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