4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
import { Node } from 'estree';
|
|
export declare const UNKNOWN: {};
|
|
export declare function gather_possible_values(node: Node, set: Set<string | {}>): void;
|