expose find_page method

This commit is contained in:
Rich Harris
2018-05-26 12:31:52 -04:00
parent e0b4319c7d
commit 58d2f605fc
2 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
import { dev } from './api/dev';
import { build } from './api/build';
import { exporter } from './api/export';
import { find_page } from './api/find_page';
export { dev, build, exporter };
export { dev, build, exporter, find_page };