UNPKG

@promptbook/browser

Version:

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

11 lines (10 loc) 312 B
import type { NamePool } from './NamePool'; /** * Gets the name pool based on the language code * * @param language - The language code (e.g. 'ENGLISH', 'CZECH') * @returns The name pool * * @private [🍇] Maybe expose via some package */ export declare function getNamePool(language: string): NamePool;