@promptbook/google
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
11 lines (10 loc) • 328 B
TypeScript
import type { LinguisticHashWordLists } from './linguisticHashTypes';
/**
* English word lists used by the linguistic hash.
*
* @private utility of `linguisticHash`
*/
export declare const LINGUISTIC_HASH_WORD_LISTS_EN: LinguisticHashWordLists;
/**
* Note: [💞] Ignore a discrepancy between file name and entity name
*/