/**
 * 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>;
