Skip to content

Repository files navigation

URI

A simple WHATWG URI parser.

NPM VersionDownload StatusLanguages StatusTree ShakeableSide EffectLicense

/** * @module URI * @license MIT */exportinterfaceParseResult{[key: string]: string|null|(string|null)[];}/** * @class URI */exportdeclareclassURI{protocol: string|null;slashes: string|null;username: string|null;password: string|null;hostname: string|null;port: string|null;pathname: string|null;query: ParseResult;fragment: ParseResult;/** * @constructor * @param URI */constructor(URI: string);/** * @property search * @method get */getsearch(): string;/** * @property hash * @method get */gethash(): string;/** * @method toURI */toURI(): string;/** * @method toString */toString(): string;}

About

A simple WHATWG URI parser.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages