import { Fn } from '../Fn'; import { Option } from '../types'; import { IfInvoking, Input } from '../utils'; export interface IsSome extends Fn, boolean> { out: IfInvoking>, boolean>; } export type InvokeIsSome> = In['some'];