UNPKG

@studiometa/js-toolkit

Version:

A set of useful little bits of JavaScript to boost your project! 🚀

8 lines (7 loc) • 226 B
/** * Remove the leading slash from a string. * * @param {string} string The string to modify. * @returns {string} The string without leading slash. */ export declare function withoutLeadingSlash(string: string): string;