UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

5 lines 145 B
/** * Return the name with any leading '@' removed. */ export declare function cleanName(n: string): string; //# sourceMappingURL=name.d.ts.map