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

5.0.2 • Public • Published

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

/// <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: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Junxiao Shi.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/url-parse-lax

    Weekly Downloads

    3,272

    Version

    5.0.2

    License

    MIT

    Unpacked Size

    3.07 kB

    Total Files

    5

    Last publish

    Collaborators

    • types