![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | CHANGELOG.md | 2 years ago | 331 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | LICENSE | 2 years ago | 1.0K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 2 years ago | 743 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | browser.js | 2 years ago | 523 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | node.js | 2 years ago | 39 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | package.json | 2 years ago | 1.4K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
This purpose of this library is to provide a single interface to browser and node decode implementation.
It is using the following two underlying implementations:
// Load default implementation
var decode = require('entity-decode');
// Load specific version
var decode = require('entity-decode/browser') // browser version
var decode = require('entity-decode/node') // node version
decode('foo © bar ≠ baz 𝌆 qux')
// returns 'foo © bar ≠ baz 𝌆 qux'
entity-decode is available under the MIT license.