import { UNSET } from '../../_/symbols/unset.js'; import type { IsAny } from '../../any/index.js'; export type IsSet = IsAny extends true ? True : [X] extends [never] ? True : X extends UNSET ? False : True; //# sourceMappingURL=is-set.d.ts.map