Package Exports
- unicodechar-string
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 (unicodechar-string) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
unicodechar-string 
Convert unicode escape sequence to a character!
Install
$ npm install --save unicodechar-string
Usage
const unicodestring = require('unicodechar-string');
const str = unicodestring('I wish I were a \ud83e\udd84, so I could stab idiots with my head!');
console.log(str)
// => 'I wish I were a 🦄, so I could stab idiots with my head!'
License
MIT © Rishi Giri