mono/packages/i18n/dist/lib/strings.d.ts
2025-01-28 13:42:22 +01:00

3 lines
108 B
TypeScript

export declare const clean: (text?: string) => string;
export declare const hash: (text: string) => string;