npm install --save @types/absolute
This package contains type definitions for absolute (https://github.com/bahamas10/node-absolute).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/absolute.
/**
* Test if a path is absolute
*/
declare function absolute(path: string): boolean;
export = absolute;
- Last updated: Tue, 17 Sep 2024 00:50:51 GMT
- Dependencies: none
These definitions were written by Aya Morisawa.