{"version":3,"file":"uint8.mjs","sources":["../../src/predefined/uint8.mts"],"sourcesContent":["import { type Uint8 } from 'ts-type-forge';\nimport { uintRange } from '../enum/index.mjs';\nimport { type Type } from '../type.mjs';\n\nexport const uint8 = (defaultValue: Uint8 = 0): Type<Uint8> =>\n  uintRange(0, 256, { defaultValue });\n"],"names":[],"mappings":";;;;;AAIO,MAAM,KAAA,GAAQ,CAAC,YAAA,GAAsB,CAAA,KAC1C,UAAU,CAAA,EAAG,GAAA,EAAK,EAAE,YAAA,EAAc;;;;"}