npm install --save @types/isurl
This package contains type definitions for isurl (https://github.com/stevenvachon/isurl).
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;
- Last updated: Wed, 07 Aug 2024 00:26:42 GMT
- Dependencies: none
These definitions were written by Steven Vachon.