UNPKG

@promptbook/markdown-utils

Version:

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

7 lines (6 loc) 159 B
/** * Creates human-readable hash * * @public exported from `@promptbook/utils` */ export declare function linguisticHash(input: string): Promise<string>;