UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

12 lines (11 loc) 342 B
import { string_sha256 } from '../../types/typeAliases'; import { really_unknown } from '../organization/really_unknown'; /** * Computes SHA-256 hash of the given object * * @public exported from `@promptbook/utils` */ export declare function computeHash(value: really_unknown): string_sha256; /** * TODO: [🥬][🥬] Use this ACRY */