UNPKG

@studiometa/js-toolkit

Version:

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

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