UNPKG

301 BTypeScriptView Raw
1// Type definitions for encodeurl 1.0
2// Project: https://github.com/pillarjs/encodeurl#readme
3// Definitions by: BendingBender <https://github.com/BendingBender>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = encodeUrl;
7
8declare function encodeUrl(url: string): string;