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.

83 lines (80 loc) 2.81 kB
/*! * ==================================================== * Rzl Utils-JS. * ---------------------------------------------------- * Version: 3.11.0. * Author: Rizalvin Dwiky. * Repository: https://github.com/rzl-zone/utils-js. * ==================================================== */ 'use strict'; var chunkZPDMWDGZ_cjs = require('../chunk-ZPDMWDGZ.cjs'); var chunkNVRZPF5M_cjs = require('../chunk-NVRZPF5M.cjs'); var chunkBMZZXZJ2_cjs = require('../chunk-BMZZXZJ2.cjs'); var chunkEBYFYZW4_cjs = require('../chunk-EBYFYZW4.cjs'); require('../chunk-WLOQQFDS.cjs'); var chunkSYHPSOUU_cjs = require('../chunk-SYHPSOUU.cjs'); Object.defineProperty(exports, "capitalizeFirst", { enumerable: true, get: function () { return chunkZPDMWDGZ_cjs.capitalizeFirst; } }); Object.defineProperty(exports, "capitalizeWords", { enumerable: true, get: function () { return chunkZPDMWDGZ_cjs.capitalizeWords; } }); Object.defineProperty(exports, "getInitialsName", { enumerable: true, get: function () { return chunkZPDMWDGZ_cjs.getInitialsName; } }); Object.defineProperty(exports, "replaceAt", { enumerable: true, get: function () { return chunkZPDMWDGZ_cjs.replaceAt; } }); Object.defineProperty(exports, "stripHtmlTags", { enumerable: true, get: function () { return chunkZPDMWDGZ_cjs.stripHtmlTags; } }); Object.defineProperty(exports, "normalizeString", { enumerable: true, get: function () { return chunkNVRZPF5M_cjs.normalizeString; } }); Object.defineProperty(exports, "normalizeSpaces", { enumerable: true, get: function () { return chunkBMZZXZJ2_cjs.normalizeSpaces; } }); Object.defineProperty(exports, "removeSpaces", { enumerable: true, get: function () { return chunkEBYFYZW4_cjs.removeSpaces; } }); Object.defineProperty(exports, "slugify", { enumerable: true, get: function () { return chunkSYHPSOUU_cjs.slugify; } }); Object.defineProperty(exports, "toCamelCase", { enumerable: true, get: function () { return chunkSYHPSOUU_cjs.toCamelCase; } }); Object.defineProperty(exports, "toDotCase", { enumerable: true, get: function () { return chunkSYHPSOUU_cjs.toDotCase; } }); Object.defineProperty(exports, "toKebabCase", { enumerable: true, get: function () { return chunkSYHPSOUU_cjs.toKebabCase; } }); Object.defineProperty(exports, "toLowerCase", { enumerable: true, get: function () { return chunkSYHPSOUU_cjs.toLowerCase; } }); Object.defineProperty(exports, "toPascalCase", { enumerable: true, get: function () { return chunkSYHPSOUU_cjs.toPascalCase; } }); Object.defineProperty(exports, "toPascalCaseSpace", { enumerable: true, get: function () { return chunkSYHPSOUU_cjs.toPascalCaseSpace; } }); Object.defineProperty(exports, "toSnakeCase", { enumerable: true, get: function () { return chunkSYHPSOUU_cjs.toSnakeCase; } });