DefinitelyTyped/types/is-url/index.d.ts
2017-03-24 14:27:52 -07:00

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;