Standard built-in object decodeURIComponent
npm install standard-objects-decodeuricomponentstandard-objects-decodeuricomponentdecodeURIComponent if it exists, otherwise undefined.Part of the Standard Objects project.
bash
npm install standard-objects-decodeuricomponent
`Usage
`javascript
const $decodeURIComponent = require("standard-objects-decodeuricomponent")
const assert = require("assert")
assert($decodeURIComponent === decodeURIComponent)
``