$ cnpm install @types/isurl
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;
These definitions were written by Steven Vachon.
Copyright 2013 - present © cnpmjs.org | Home |