UNPKG

@studiometa/js-toolkit

Version:

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

15 lines (14 loc) • 592 B
export * from "./withLeadingCharacters.js"; export * from "./withLeadingSlash.js"; export * from "./withoutLeadingCharacters.js"; export * from "./withoutLeadingCharactersRecursive.js"; export * from "./withoutLeadingSlash.js"; export * from "./withoutTrailingCharacters.js"; export * from "./withoutTrailingCharactersRecursive.js"; export * from "./withoutTrailingSlash.js"; export * from "./withTrailingCharacters.js"; export * from "./withTrailingSlash.js"; export * from "./startsWith.js"; export * from "./endsWith.js"; export * from "./changeCase.js"; //# sourceMappingURL=index.js.map