isRelative.d.ts 74 B

123
  1. declare function isRelative(path: string): boolean;
  2. export = isRelative;