UNPKG

xo

Version:

JavaScript/TypeScript linter (ESLint wrapper) with great defaults

4 lines 276 B
import * as ts from 'typescript'; export declare function getModifiers(node: ts.Node | null | undefined): undefined | ts.Modifier[]; export declare function getDecorators(node: ts.Node | null | undefined): undefined | ts.Decorator[]; //# sourceMappingURL=getModifiers.d.ts.map