// Type definitions for is-url v1.2.1 // Project: https://github.com/segmentio/is-url // Definitions by: Ryota Murohoshi // Definitions: https://github.com/RyotaMurohoshi/DefinitelyTyped export = isUrl declare function isUrl(string: string): boolean;