📄 getModifiers.d.ts
/home/palash/git/site/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts
Language: ts • Lines: 4
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