UNPKG

@typescript-eslint/typescript-estree

Version:

A parser that converts TypeScript source code into an ESTree compatible form

3 lines (2 loc) 95 B
import * as ts from 'typescript'; export declare function checkModifiers(node: ts.Node): void;