@types/path-is-absolute
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/path-is-absolute

Summary

This package contains type definitions for path-is-absolute (https://github.com/sindresorhus/path-is-absolute#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-is-absolute.

index.d.ts

export = path_is_absolute;
declare function path_is_absolute(path: string): boolean;
declare namespace path_is_absolute {
    function win32(path: string): boolean;
    function posix(path: string): boolean;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Mohamed Hegazy.

/@types/path-is-absolute/

    Package Sidebar

    Install

    npm i @types/path-is-absolute

    Weekly Downloads

    31,891

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.03 kB

    Total Files

    5

    Last publish

    Collaborators

    • types