UNPKG

@promptbook/remote-client

Version:

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

11 lines (10 loc) 288 B
import type { string_keyword } from './IKeywords'; /** * Tests if keyword is valid * * @param keyword to test * @returns if keyword is valid or not * * @public exported from `@promptbook/utils` */ export declare function isValidKeyword(keyword: string): keyword is string_keyword;