JSPM

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

UTF8

Package Exports

  • @dwlib/utf8

Readme

UTF8

Install

npm i --save @dwlib/utf8

Usage

// CJS
const utf8 = require('@dwlib/utf8');
// ESM
import UTF8 from '@dwlib/utf8';
import * as utf8 from '@dwlib/utf8';
// Module Exports
const {
  UTF8,
  encode,
  encodeInto,
  decode
} = utf8;