UNPKG

@promptbook/remote-client

Version:

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

10 lines (9 loc) 265 B
/** * Pick random item from the received array * * @private internal helper function */ export declare function $randomItem<TItem>(...items: Array<TItem>): TItem; /** * TODO: [🤶] Maybe export through `@promptbook/utils` or `@promptbook/random` package */