@types/is-url
TypeScript icon, indicating that this package has built-in type declarations

1.2.32 • Public • Published

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

export = isUrl;

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

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Ryota Murohoshi, and BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/is-url

Weekly Downloads

129,078

Version

1.2.32

License

MIT

Unpacked Size

2.97 kB

Total Files

5

Last publish

Collaborators

  • types