mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-01-08 08:43:52 +01:00
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
import { RootNode } from 'svg-parser';
|
|
import * as t from '@babel/types';
|
|
|
|
declare const toBabelAST: (tree: RootNode) => t.Program;
|
|
|
|
export { toBabelAST as default };
|