@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 310 B
TypeScript
import type { string_sha256 } from '../../types/string_sha256';
import type { 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;