@web3r/flowerkit
Version:
A collection of more than 60 often used utility JS functions that simplify frontend development.
14 lines • 1 kB
TypeScript
import { getId } from "./getId/index.js";
import { getStrWithThousandSeparator } from "./getStrWithThousandSeparator/index.js";
import { getStrWithZeroFromNum } from "./getStrWithZeroFromNum/index.js";
import { getStrWithCapitalized } from "./getStrWithCapitalized/index.js";
import { getStrDeclination } from "./getStrDeclination/index.js";
import { isStrUrl } from "./isStrUrl/index.js";
import { isStrInCamelCase } from "./isStrInCamelCase/index.js";
import { isStrInKebabCase } from "./isStrInKebabCase/index.js";
import { isStrInSnakeCase } from "./isStrInSnakeCase/index.js";
import { getStrEscaped } from "./getStrEscaped/index.js";
import { getStrUnescaped } from "./getStrUnescaped/index.js";
import { getWords } from "./getWords/index.js";
export { getId, getStrWithThousandSeparator, getStrWithZeroFromNum, getStrWithCapitalized, getStrDeclination, isStrUrl, isStrInCamelCase, isStrInKebabCase, isStrInSnakeCase, getStrEscaped, getStrUnescaped, getWords };
//# sourceMappingURL=index.d.ts.map