diff options
Diffstat (limited to 'node_modules/meriyah/dist/src/meriyah.d.ts')
-rw-r--r-- | node_modules/meriyah/dist/src/meriyah.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/meriyah/dist/src/meriyah.d.ts b/node_modules/meriyah/dist/src/meriyah.d.ts new file mode 100644 index 0000000..ba65769 --- /dev/null +++ b/node_modules/meriyah/dist/src/meriyah.d.ts @@ -0,0 +1,8 @@ +import { Options } from './parser';
+import * as ESTree from './estree';
+declare const version: string;
+export declare function parseScript(source: string, options?: Options): ESTree.Program;
+export declare function parseModule(source: string, options?: Options): ESTree.Program;
+export declare function parse(source: string, options?: Options): ESTree.Program;
+export { Options, ESTree, version };
+//# sourceMappingURL=meriyah.d.ts.map
\ No newline at end of file |