UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

14 lines (11 loc) 368 B
// Type definitions for absolute 0.0.1 // Project: https://github.com/bahamas10/node-absolute // Definitions by: Aya Morisawa <https://github.com/AyaMorisawa> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "absolute" { /** * Test if a path is absolute */ function absolute(path: string): boolean; export default absolute; }