UNPKG

js-ast-parser

Version:
10 lines (9 loc) 242 B
export declare class DefinitionType { static FUNCTION: string; static CONST: string; static VARIABLE: string; static METHOD: string; static PROPERTY: string; static CLASS: string; static IMPORT: string; }