mono/packages/osrl/lib/i18n.d.ts
2025-12-30 16:33:03 +01:00

4 lines
197 B
TypeScript

export declare const clean: (text?: string) => string;
export declare const hash: (text: string) => string;
export declare const store: (storePath: string, text: string, file?: string) => void;