| 6212 | * @since 3.11.10 |
| 6213 | */ |
| 6214 | export class Uint8 extends Number$.pipe( |
| 6215 | between(0, 255, { |
| 6216 | identifier: "Uint8", |
| 6217 | description: "a 8-bit unsigned integer" |
| 6218 | }) |
| 6219 | ) {} |
| 6220 | |
| 6221 | /** @ignore */ |
| 6222 | class Uint8Array$ extends transform( |