npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@exodus/text-encoding-utf8

1.0.2

@tenaciousmv

npmSnykSocket
Downloads:7890
$ npm install @exodus/text-encoding-utf8
DailyWeeklyMonthlyYearly

@exodus/text-encoding-utf8

utf-8 only polyfill for TextEncoder/TextDecoder, using Buffer

see the full polyfill: https://github.com/inexorabletash/text-encoding/

const { TextEncoder, TextDecoder } = require('@exodus/text-encoding-utf8')

// use as you would the browser built-ins