From d25e11bee6ca5ca523884da132d18e1400e077b9 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 14:41:48 +0200 Subject: Initial commit --- node_modules/meriyah/dist/src/unicode.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 node_modules/meriyah/dist/src/unicode.d.ts (limited to 'node_modules/meriyah/dist/src/unicode.d.ts') diff --git a/node_modules/meriyah/dist/src/unicode.d.ts b/node_modules/meriyah/dist/src/unicode.d.ts new file mode 100644 index 0000000..cdce39e --- /dev/null +++ b/node_modules/meriyah/dist/src/unicode.d.ts @@ -0,0 +1,6 @@ +declare function isIDContinue(code: number): boolean; +declare function isIDStart(code: number): boolean; +declare function mustEscape(code: number): boolean; +export declare const unicodeLookup: Uint32Array; +export { isIDContinue, isIDStart, mustEscape }; +//# sourceMappingURL=unicode.d.ts.map \ No newline at end of file -- cgit