mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-09 02:39:12 +08:00
3 lines
154 B
Text
3 lines
154 B
Text
import { Node } from 'estree';
|
|
export declare const UNKNOWN: {};
|
|
export declare function gather_possible_values(node: Node, set: Set<string | {}>): void;
|