@gmana/utils
Advanced tools
Comparing version 1.0.5 to 1.0.6
import { ClassValue } from 'clsx'; | ||
declare const cubeIn: (node: HTMLElement, { rotateFrom, duration }: { | ||
rotateFrom: number; | ||
duration: number; | ||
}) => { | ||
duration: number; | ||
css: (t: number) => string; | ||
}; | ||
declare const cubeOut: (node: HTMLElement, { rotateTo, duration }: { | ||
rotateTo: number; | ||
duration: number; | ||
}) => { | ||
duration: number; | ||
css: (t: number) => string; | ||
}; | ||
declare function bytesToSize(bytes: number, decimals?: number): string; | ||
@@ -115,2 +131,2 @@ | ||
export { bytesToSize, cn, colorLuminance, compactOject, copyToClipboard, darken, fetcher, flatten, formatDate, formatNumber, getColor, getImageInContent, getRandomInitials, getRandomInt, hexToHsl, hexToRgb, htmlToText, isBrowser, isEmpty, isFunction, isLink, isNavigator, lighten, limitInput, maxLength, maxNumber, onlyDecimal, onlyNumeric, shuffle, slugify, toCapitalize, toPixel, v1, v2, v3 }; | ||
export { bytesToSize, cn, colorLuminance, compactOject, copyToClipboard, cubeIn, cubeOut, darken, fetcher, flatten, formatDate, formatNumber, getColor, getImageInContent, getRandomInitials, getRandomInt, hexToHsl, hexToRgb, htmlToText, isBrowser, isEmpty, isFunction, isLink, isNavigator, lighten, limitInput, maxLength, maxNumber, onlyDecimal, onlyNumeric, shuffle, slugify, toCapitalize, toPixel, v1, v2, v3 }; |
{ | ||
"name": "@gmana/utils", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176960
5982