@gmana/utils
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -239,2 +239,10 @@ import { ClassValue } from 'clsx'; | ||
/** | ||
* Debounces a function by the given delay. | ||
* | ||
* @param func - The function to debounce. | ||
* @param delay - The number of milliseconds to delay. | ||
*/ | ||
declare function debounce(func: Function, delay: number): (...args: any[]) => void; | ||
declare function download(url: string, filename: string): void; | ||
@@ -740,2 +748,2 @@ /** | ||
export { A, B, BACKSPACE, C, D, DELETE, DOWN_ARROW, E, END, ENTER, ESCAPE, F, G, type Geo, H, HOME, I, IdGenerator, InMemoryCache, J, K, L, LEFT_ARROW, LOCALHOST_GEO_DATA, M, N, O, P, PAGE_DOWN, PAGE_UP, Q, R, RIGHT_ARROW, S, SPACE, type StringValue, T, TAB, U, UP_ARROW, V, W, X, Y, Z, baseX, bytesToSize, camelCase, capitalize, cn, colorLuminance, colors, compactObject, copyToClipboard, countries, cubeIn, cubeOut, currencies, darken, debug, decode, download, downloadCanvas, durationFormat, encode, error, fetcher, fetcherA, flatten, formatCurrency, formatDate, formatDateFromTo, formatNumber, getColor, getDateTimeLocal, getDomainWithoutWWW, getGeoData, getImageInContent, getRandomInitials, getRandomInt, getURL, getZDefaults, hash, hexToHsl, hexToRgb, idV1, idV2, info, isBoolean, isBrowser, isEmpty, isFunction, isNavigator, isNumber, isObject, isString, isSymbol, isTokenExpired, isUndef, isUrl, kebabCase, lighten, limitInput, limitText, log, lowerCase, lowerCaseLetters, maxLength, maxNumber, ms, nFormatter, numberToWord, numberToWordKm, numbers, onlyDecimal, onlyNumeric, sentenceCase, shuffle, slugify, snakeCase, specialCharacters, specialCharactersExtra, startCase, statusTagColorList, tagColor, toASCII, toCamelCase, toCapitalize, toKebabCase, toKhmer, toPixel, toSentenceCase, toSnakeCase, toString, toTitleCase, truncate, upperCaseLetters, upperFirst, wait, warn, words }; | ||
export { A, B, BACKSPACE, C, D, DELETE, DOWN_ARROW, E, END, ENTER, ESCAPE, F, G, type Geo, H, HOME, I, IdGenerator, InMemoryCache, J, K, L, LEFT_ARROW, LOCALHOST_GEO_DATA, M, N, O, P, PAGE_DOWN, PAGE_UP, Q, R, RIGHT_ARROW, S, SPACE, type StringValue, T, TAB, U, UP_ARROW, V, W, X, Y, Z, baseX, bytesToSize, camelCase, capitalize, cn, colorLuminance, colors, compactObject, copyToClipboard, countries, cubeIn, cubeOut, currencies, darken, debounce, debug, decode, download, downloadCanvas, durationFormat, encode, error, fetcher, fetcherA, flatten, formatCurrency, formatDate, formatDateFromTo, formatNumber, getColor, getDateTimeLocal, getDomainWithoutWWW, getGeoData, getImageInContent, getRandomInitials, getRandomInt, getURL, getZDefaults, hash, hexToHsl, hexToRgb, idV1, idV2, info, isBoolean, isBrowser, isEmpty, isFunction, isNavigator, isNumber, isObject, isString, isSymbol, isTokenExpired, isUndef, isUrl, kebabCase, lighten, limitInput, limitText, log, lowerCase, lowerCaseLetters, maxLength, maxNumber, ms, nFormatter, numberToWord, numberToWordKm, numbers, onlyDecimal, onlyNumeric, sentenceCase, shuffle, slugify, snakeCase, specialCharacters, specialCharactersExtra, startCase, statusTagColorList, tagColor, toASCII, toCamelCase, toCapitalize, toKebabCase, toKhmer, toPixel, toSentenceCase, toSnakeCase, toString, toTitleCase, truncate, upperCaseLetters, upperFirst, wait, warn, words }; |
{ | ||
"name": "@gmana/utils", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
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
565882
18632