Files
oh-my-opencode/dist/tools/hashline-edit/constants.d.ts
T

5 lines
205 B
TypeScript
Raw Normal View History

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;