mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
9 lines
354 B
TypeScript
9 lines
354 B
TypeScript
// Type definitions for decode-uri-component 0.2
|
|
// Project: https://github.com/samverschueren/decode-uri-component#readme
|
|
// Definitions by: BendingBender <https://github.com/BendingBender>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = decodeUriComponent;
|
|
|
|
declare function decodeUriComponent(encodedURI: string): string;
|