UNPKG

jorel

Version:

A unified wrapper for working with LLMs from multiple providers, including streams, images, documents & automatic tool use.

3 lines (2 loc) 83 B
export type Nullable<T> = T | null; export type MaybeUndefined<T> = T | undefined;