JSPM

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

A uint8 type definition

Package Exports

    Readme

    uint8

    It's a uint8 type. What more do you want?

    Usage

    import type { uint8 } from '@spliterati/uint8';
    
    const u8 : uint8 = 221;