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