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