mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 17:09:30 +08:00
2 lines
106 B
Text
2 lines
106 B
Text
import { Node } from 'estree';
|
|
export declare function compare_node(a: Node | void, b: Node | void): any;
|