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