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