Files
oh-my-opencode/dist/tools/hashline-edit/constants.d.ts
T
2026-03-14 04:56:50 +00:00

5 lines
205 B
TypeScript

export declare const NIBBLE_STR = "ZPMQVRWSNKTXJBYH";
export declare const HASHLINE_DICT: string[];
export declare const HASHLINE_REF_PATTERN: RegExp;
export declare const HASHLINE_OUTPUT_PATTERN: RegExp;