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

1.8.32 • Public • Published

Installation

npm install --save @types/js-url

Summary

This package contains type definitions for js-url (https://github.com/websanova/js-url).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-url.

index.d.ts

interface UrlStatic {
    (): string;
    (pattern: string): string;
    (pattern: number): string;
    (pattern: string, url: string): string;
    (pattern: number, url: string): string;
}

declare var url: UrlStatic;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Pine Mizune.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/js-url

Weekly Downloads

50

Version

1.8.32

License

MIT

Unpacked Size

2.93 kB

Total Files

5

Last publish

Collaborators

  • types