UNPKG

179 BTypeScriptView Raw
1import type { TransformOptions } from '@babel/core';
2import type { File } from '@babel/types';
3export default function babelParser(src: string, options?: TransformOptions): File;