UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

9 lines (8 loc) 234 B
/** * Represents a type that can be chained in take pipe * * @deprecated [🤡] Use some better functional library instead of `TakeChain` * * @private util of `@promptbook/color` */ export type Takeable = Exclude<object, null>;