standard-objects-unescape
v1.0.0
Published
Standard built-in object unescape
Readme
standard-objects-unescape
The standard built-in object unescape if it exists, otherwise undefined.
Part of the Standard Objects project.
Installation
npm install standard-objects-unescapeUsage
const $unescape = require("standard-objects-unescape")
const assert = require("assert")
assert($unescape === unescape)