DefinitelyTyped/types/slash/index.d.ts
2018-12-24 16:27:42 +01:00

9 lines
290 B
TypeScript

// Type definitions for slash 2.0
// Project: https://github.com/sindresorhus/slash#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = slash;
declare function slash(path: string): string;