UNPKG

347 BTypeScriptView Raw
1import * as ts from 'typescript';
2export declare function getModifiers(node: ts.Node | null | undefined, includeIllegalModifiers?: boolean): ts.Modifier[] | undefined;
3export declare function getDecorators(node: ts.Node | null | undefined, includeIllegalDecorators?: boolean): ts.Decorator[] | undefined;
4//# sourceMappingURL=getModifiers.d.ts.map
\No newline at end of file