mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
7 lines
279 B
TypeScript
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;
|