4 lines
197 B
TypeScript
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;
|