{"version":3,"file":"undefined.mjs","sources":["../../src/primitives/undefined.mts"],"sourcesContent":["import { isUndefined } from 'ts-data-forge';\nimport { type Type } from '../type.mjs';\nimport { createPrimitiveType } from '../utils/index.mjs';\n\nexport const undefinedType: Type<undefined> = createPrimitiveType({\n  typeName: 'undefined',\n  defaultValue: undefined,\n  is: isUndefined,\n});\n"],"names":[],"mappings":";;;;AAIO,MAAM,gBAAiC,mBAAA,CAAoB;AAAA,EAChE,QAAA,EAAU,WAAA;AAAA,EACV,YAAA,EAAc,MAAA;AAAA,EACd,EAAA,EAAI;AACN,CAAC;;;;"}