UNPKG

jorel

Version:

The easiest way to use LLMs, including streams, images, documents, tools and various agent scenarios.

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