parse.d.ts 87 Bytes Raw Blame History Permalink 1 2 import { t } from '@umijs/utils'; export declare function parse(code: string): t.File;