UNPKG

flowgen

Version:

Generate flowtype definition files from TypeScript

10 lines (9 loc) 174 B
import "typescript"; declare module "typescript" { interface Symbol { parent?: Symbol; } enum SymbolFormatFlags { DoNotIncludeSymbolChain } }