5.0.2 • Published 6 months ago

@types/url-parse-lax v5.0.2

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

Installation

npm install --save @types/url-parse-lax

Summary

This package contains type definitions for url-parse-lax (https://github.com/sindresorhus/url-parse-lax).

Details

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

index.d.ts

// 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;

Additional Details

  • Last updated: Fri, 01 Oct 2021 23:01:37 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Junxiao Shi.

5.0.2

6 months ago

5.0.1

7 months ago

5.0.0

3 years ago