Files
memecoin-botV2/.pnpm-store/v10/files/72/52bed6363120cfe1a109b6759997e4bb7e3eebbe7f9e482f195387db6880fe7b4322a0bf4b8369bdb271618b6eabb2cb88100b2a9ec48a16a3dc9f64090cb3

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