DefinitelyTyped/types/encodeurl/index.d.ts
2018-12-24 13:51:44 +01:00

9 lines
301 B
TypeScript

// Type definitions for encodeurl 1.0
// Project: https://github.com/pillarjs/encodeurl#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = encodeUrl;
declare function encodeUrl(url: string): string;