Package Exports
- @spliterati/uint8
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@spliterati/uint8) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
uint8
It's a uint8 type. What more do you want?
Usage
import type { uint8 } from '@spliterati/uint8';
const u8 : uint8 = 221;