mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
290 B
TypeScript
10 lines
290 B
TypeScript
// Type definitions for is-url v1.2.1
|
|
// Project: https://github.com/segmentio/is-url
|
|
// Definitions by: Ryota Murohoshi <https://github.com/RyotaMurohoshi>
|
|
// Definitions: https://github.com/RyotaMurohoshi/DefinitelyTyped
|
|
|
|
|
|
export = isUrl
|
|
|
|
declare function isUrl(string: string): boolean;
|