DefinitelyTyped/types/clean-git-ref/index.d.ts
2020-01-27 13:23:00 -08:00

7 lines
279 B
TypeScript

// Type definitions for clean-git-ref 2.0
// Project: https://github.com/TheSavior/clean-git-ref#readme
// Definitions by: Jamie Magee <https://github.com/JamieMagee>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function clean(ref: string): string;