DefinitelyTyped/types/encodeurl/index.d.ts

9 lines
301 B
TypeScript
Raw Permalink Normal View History

2018-12-24 12:51:44 +00:00
// 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;