UNPKG

167 BTypeScriptView Raw
1import { RootNode } from 'svg-parser';
2import * as t from '@babel/types';
3
4declare const toBabelAST: (tree: RootNode) => t.Program;
5
6export { toBabelAST as default };