JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q59381F
  • License MIT

A uint8 type definition

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;