{"version":3,"file":"conditions.mjs","names":[],"sources":["../../src/constants/conditions.ts"],"sourcesContent":["import type { Conditions } from \"#/@types/options\";\n\n/**\n * Default environment detection conditions.\n */\nconst CONDITIONS_DEFAULT: Conditions = {\n    client:\n        typeof window !== \"undefined\" && typeof window.document !== \"undefined\",\n    server: typeof window === \"undefined\",\n};\n\nexport { CONDITIONS_DEFAULT };\n"],"mappings":";;;AAKA,MAAM,qBAAiC;CACnC,QACI,OAAO,WAAW,eAAe,OAAO,OAAO,aAAa;CAChE,QAAQ,OAAO,WAAW;AAC9B"}