puppeteer/packages/puppeteer-core/third_party/parsel-js/parsel-js.ts
2024-06-10 12:12:30 +00:00

5 lines
129 B
TypeScript

// esline-disable rulesdir/check-license
export {tokenize, TOKENS, stringify} from 'parsel-js';
export type * from 'parsel-js';