UNPKG

@studiometa/js-toolkit

Version:

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

9 lines (8 loc) • 245 B
import { withoutLeadingCharacters } from "./withoutLeadingCharacters.js"; function withoutLeadingSlash(string) { return withoutLeadingCharacters(string, "/"); } export { withoutLeadingSlash }; //# sourceMappingURL=withoutLeadingSlash.js.map