UNPKG

@cocalc/backend

Version:

CoCalc backend functionality: functionality used by either the hub, the next.js server or the project.

4 lines (3 loc) 177 B
/// <reference types="node" /> export declare function sha1(data: Buffer | string): string; export declare function uuidsha1(data: Buffer | string, knownSha1?: string): string;