1.2.32 • Published 6 months ago

@types/is-url v1.2.32

Weekly downloads
28,373
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/is-url

Summary

This package contains type definitions for is-url (https://github.com/segmentio/is-url).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-url.

index.d.ts

// Type definitions for is-url 1.2
// Project: https://github.com/segmentio/is-url
// Definitions by: Ryota Murohoshi <https://github.com/RyotaMurohoshi>
//                 BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = isUrl;

/**
 * @returns Whether `string` is a URL.
 */
declare function isUrl(string: string): boolean;

Additional Details

  • Last updated: Fri, 09 Jul 2021 02:32:29 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Ryota Murohoshi, and BendingBender.