UNPKG

react-styleguidist

Version:
6 lines (5 loc) 128 B
declare module 'to-ast' { import { ASTNode } from 'ast-types'; function toAST(obj: any): ASTNode; export = toAST; }