DefinitelyTyped/types/is-unc-path/index.d.ts
2018-12-25 02:57:38 +01:00

9 lines
305 B
TypeScript

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