2 lines
62 B
Plaintext
2 lines
62 B
Plaintext
export declare function getNode(root: any, id: string): null;
|
export declare function getNode(root: any, id: string): null;
|