/** https://stackoverflow.com/a/68633327/1123898 */ export type IsAny = unknown extends T ? [keyof T] extends [never] ? false : true : false; //# sourceMappingURL=IsAny.d.ts.map