UNPKG

@utilify/core

Version:

Modern, strongly typed, and safe utility function library for JavaScript and TypeScript. Includes type checking, manipulation of arrays, objects, strings, dates, colors, numbers, regular expressions, and more. Compatible with Browser, Node.js, Deno, and B

19 lines 1.01 kB
export { default as capitalize } from './capitalize'; export { default as charCount } from './charCount'; export { default as escapeHtml } from './escapeHtml'; export { default as interpolate } from './interpolate'; export { default as invertCase } from './invertCase'; export { default as isLowerCase } from './isLowerCase'; export { default as isUpperCase } from './isUpperCase'; export { default as maskString } from './maskString'; export { default as removeAccents } from './removeAccents'; export { default as slugify } from './slugify'; export { default as stripHtml } from './stripHtml'; export { default as template } from './template'; export { default as toCamelCase } from './toCamelCase'; export { default as toKebabCase } from './toKebabCase'; export { default as toPascalCase } from './toPascalCase'; export { default as toSnakeCase } from './toSnakeCase'; export { default as truncate } from './truncate'; export { default as wordCount } from './wordCount'; //# sourceMappingURL=index.d.ts.map