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

4.0.0 • Public • Published

Installation

npm install --save @types/isurl

Summary

This package contains type definitions for isurl (https://github.com/stevenvachon/isurl).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isurl.

interface IsURL {
    (url: unknown, supportIncomplete?: boolean): boolean;
    lenient(url: unknown): boolean;
}

declare const isURL: IsURL;

export = isURL;

Additional Details

  • Last updated: Wed, 07 Aug 2024 00:26:42 GMT
  • Dependencies: none

Credits

These definitions were written by Steven Vachon.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/isurl

Weekly Downloads

595

Version

4.0.0

License

MIT

Unpacked Size

2.83 kB

Total Files

5

Last publish

Collaborators

  • types