babelParse.d.ts 102 B

12
  1. import { Statement } from '@babel/types';
  2. export declare function parse(source: string): Statement[];