0.1.2 • Published 2 years ago
@types/jsurl v0.1.2
Installation
npm install --save @types/jsurl
Summary
This package contains type definitions for jsurl (https://github.com/Mikhus/jsurl).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsurl.
index.d.ts
// Type definitions for jsurl 1.2.7
// Project: https://github.com/Mikhus/jsurl
// Definitions by: Alexey Gorshkov <https://github.com/agorshkov23>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
interface UrlQuery {
clear: () => void;
}
declare class Url<T> {
constructor();
constructor(url: string);
query: T;
protocol: string;
user: string;
pass: string;
host: string;
port: string;
path: string;
hash: string;
href: string;
toString: () => string;
}
Additional Details
- Last updated: Fri, 09 Jul 2021 02:32:31 GMT
- Dependencies: none
- Global values:
Url
Credits
These definitions were written by Alexey Gorshkov.
0.1.0
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
1.2.30
4 years ago
1.2.29
5 years ago
1.2.28
9 years ago
1.2.27
9 years ago
1.2.26-alpha
9 years ago
1.2.25-alpha
9 years ago
1.2.24-alpha
9 years ago
1.2.23-alpha
9 years ago
1.2.22-alpha
9 years ago
1.2.21-alpha
9 years ago
1.2.20-alpha
9 years ago
1.2.15-alpha
9 years ago
1.2.14-alpha
9 years ago