UNPKG

@studiometa/js-toolkit

Version:

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

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