UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 161 B
/** * Get `sha1`-hash (in `base64url`) of text with specified length. */ export declare const getHash: (data: Uint8Array | string, length?: number) => string;