@web3r/flowerkit
Version:
A collection of more than 60 often used utility JS functions that simplify frontend development.
3 lines (2 loc) • 713 B
JavaScript
export{getId}from"./getId/index.js";export{getStrDeclination}from"./getStrDeclination/index.js";export{getStrEscaped}from"./getStrEscaped/index.js";export{getStrUnescaped}from"./getStrUnescaped/index.js";export{getStrWithCapitalized}from"./getStrWithCapitalized/index.js";export{getStrWithThousandSeparator}from"./getStrWithThousandSeparator/index.js";export{getStrWithZeroFromNum}from"./getStrWithZeroFromNum/index.js";export{getWords}from"./getWords/index.js";export{isStrInCamelCase}from"./isStrInCamelCase/index.js";export{isStrInKebabCase}from"./isStrInKebabCase/index.js";export{isStrInSnakeCase}from"./isStrInSnakeCase/index.js";export{isStrUrl}from"./isStrUrl/index.js";
//# sourceMappingURL=index.js.map