$ cnpm install @types/url-parse-lax
npm install --save @types/url-parse-lax
This package contains type definitions for url-parse-lax (https://github.com/sindresorhus/url-parse-lax).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/url-parse-lax.
// Type definitions for url-parse-lax 5.0
// Project: https://github.com/sindresorhus/url-parse-lax
// Definitions by: Junxiao Shi <https://github.com/yoursunny>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
import { UrlObject } from "url";
export interface Options {
readonly https?: boolean;
}
export default function urlParseLax(url: string, options?: Options): UrlObject;
These definitions were written by Junxiao Shi.
Copyright 2013 - present © cnpmjs.org | Home |