icebox/dist/hash/index.d.ts

5 lines
120 B
TypeScript

export declare class Hashes {
static file(path: string): Promise<string>;
static string(str: string): string;
}