UNPKG

@rzl-zone/utils-js

Version:

A modern, lightweight set of JavaScript utility functions with TypeScript support for everyday development, crafted to enhance code readability and maintainability.

16 lines (15 loc) 749 B
/*! * ==================================================== * Rzl Utils-JS. * ---------------------------------------------------- * Version: 3.11.0. * Author: Rizalvin Dwiky. * Repository: https://github.com/rzl-zone/utils-js. * ==================================================== */ export { capitalizeFirst, capitalizeWords, getInitialsName, replaceAt, stripHtmlTags } from '../chunk-BLF7SD66.js'; export { normalizeString } from '../chunk-BPYW5YL7.js'; export { normalizeSpaces } from '../chunk-ZVWZEGQP.js'; export { removeSpaces } from '../chunk-HNBRGN4R.js'; import '../chunk-ULQPCIA2.js'; export { slugify, toCamelCase, toDotCase, toKebabCase, toLowerCase, toPascalCase, toPascalCaseSpace, toSnakeCase } from '../chunk-MSUW5VHZ.js';