Installation
npm install --save @types/valid-url
Summary
This package contains type definitions for valid-url (https://github.com/ogt/valid-url).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/valid-url.
export function isUri(value: string): string | undefined;
export function isHttpUri(value: string): string | undefined;
export function isHttpsUri(value: string): string | undefined;
export function isWebUri(value: string): string | undefined;
Additional Details
- Last updated: Wed, 15 Feb 2023 19:32:46 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Gabriel Cangussu.