UNPKG

@formatjs/cli-lib

Version:
8 lines (7 loc) 276 B
import { Opts } from '@formatjs/ts-transformer'; /** * Invoid TypeScript module transpilation with our TS transformer * @param opts Formatjs TS Transformer opt * @param fn filename */ export declare function parseScript(opts: Opts, fn?: string): (source: string) => void;