3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
import { Node } from 'estree';
|
|
export declare function is_head(node: Node): boolean;
|