Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avaer/text-encoder
TextEncoder for node.js
https://github.com/avaer/text-encoder
Last synced: about 2 months ago
JSON representation
TextEncoder for node.js
- Host: GitHub
- URL: https://github.com/avaer/text-encoder
- Owner: avaer
- License: mit
- Created: 2018-03-17T09:43:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T05:39:55.000Z (over 6 years ago)
- Last Synced: 2024-11-07T15:52:30.528Z (about 2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TextEncoder for node.js
https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder/encode
```
> require('.')
{ TextEncoder: [Function: TextEncoder],
TextDecoder: [Function: TextDecoder] }
```