mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-18 23:02:43 +00:00
9 lines
305 B
TypeScript
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;
|