UNPKG

@types/is-relative

Version:
23 lines (16 loc) 693 B
# Installation > `npm install --save @types/is-relative` # Summary This package contains type definitions for is-relative (https://github.com/jonschlinkert/is-relative). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-relative. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-relative/index.d.ts) ````ts export = isRelative; declare function isRelative(path: string): boolean; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: none # Credits These definitions were written by [BendingBender](https://github.com/BendingBender).