UNPKG

128 BTypeScriptView Raw
1declare module 'to-ast' {
2 import { ASTNode } from 'ast-types';
3 function toAST(obj: any): ASTNode;
4 export = toAST;
5}