mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
9 lines
301 B
TypeScript
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;
|