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