5 lines
274 B
Plaintext
5 lines
274 B
Plaintext
import type { Node } from "../../ast/index.ts";
|
|
import { SyntaxKind } from "../../ast/index.ts";
|
|
export declare function getNodeDataType(kind: SyntaxKind): number;
|
|
export declare function getNodeCommonData(node: Node): number;
|
|
//# sourceMappingURL=encoder.generated.d.ts.map |