DefinitelyTyped/types/is-relative/index.d.ts
2018-12-25 02:49:15 +01:00

9 lines
307 B
TypeScript

// Type definitions for is-relative 1.0
// Project: https://github.com/jonschlinkert/is-relative
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = isRelative;
declare function isRelative(path: string): boolean;