UNPKG

@trail-ui/shared-utils

Version:
10 lines (9 loc) 587 B
export { Dict, dataAttr, isArray, isEmpty, isEmptyArray, isEmptyObject, isFunction, isNumeric, isObject } from './assertion.js'; export { warn } from './console.js'; export { cn } from './clsx.js'; export { callAll, callAllHandlers } from './functions.js'; export { clampValue, countDecimalPlaces, toPrecision } from './numbers.js'; export { MergeObject, arrayToObject, cleanObject, cleanObjectKeys, compact, copyObject, getKeyValue, getProp, omitObject, renameProp } from './object.js'; export { ClassValue, clsx } from 'clsx'; export { twMerge } from 'tailwind-merge'; import 'react';