{"version":3,"file":"isTruthy.mjs","sources":["../../../../../../../web/src/utils/isTruthy.ts"],"sourcesContent":["type Falsy = false | null | undefined | 0 | 0n | '';\n\nexport const isTruthy = <T>(value: T): value is Exclude<T, Falsy> => Boolean(value);\n"],"names":["isTruthy","value","Boolean"],"mappings":"AAEO,MAAMA,QAAAA,GAAW,CAAIC,KAAAA,GAAyCC,QAAQD,KAAAA;;;;"}