1.0.3 • Published 6 months ago

@types/is-uri v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/is-uri

Summary

This package contains type definitions for is-uri (https://github.com/Kikobeats/is-uri).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-uri.

index.d.ts

// Type definitions for is-uri 1.0
// Project: https://github.com/Kikobeats/is-uri
// Definitions by: tpluscode <https://github.com/tpluscode>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { URI, Options } from 'parse-uri';

declare function isURI(uri: string | URI, opts?: Options): boolean;

export = isURI;

Additional Details

  • Last updated: Thu, 07 Oct 2021 19:01:20 GMT
  • Dependencies: @types/parse-uri
  • Global values: none

Credits

These definitions were written by tpluscode.

1.0.2

7 months ago

1.0.1

8 months ago

1.0.3

6 months ago

1.0.0

3 years ago