source: frontend/node_modules/acorn-import-phases/src/index.d.mts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 203 bytes
Line 
1import { Parser } from "acorn";
2
3interface Options {
4 source?: boolean;
5 defer?: boolean;
6}
7
8export default function acornImportPhases(options?: Options): (BaseParser: typeof Parser) => typeof Parser;
Note: See TracBrowser for help on using the repository browser.