lil-wingman
Advanced tools
Comparing version 0.8.0 to 0.8.1
declare const isNonNullable: <T>(value: T | null | undefined) => value is T; | ||
declare const isObject: (value: unknown) => value is object; | ||
@@ -38,2 +39,2 @@ declare function getUrlParams<T extends Record<string, any>>(query: string): T; | ||
export { TreeNode, arrayToTree, arrayToTreeReduce, capitalize, clearCookies, copyToClipboard, getSelectedText, getUrlParams, gotoTop, hasOwnProperty, hexToRgb, isAsyncFunction, isAtBottom, isBlank, isDarkMode, isDate, isFunction, isIE, isNonNullable, isPromise, isRegExp, isTabActivate, randomHexColor, reverse, rgbToHex, stripHtml, truncateString }; | ||
export { TreeNode, arrayToTree, arrayToTreeReduce, capitalize, clearCookies, copyToClipboard, getSelectedText, getUrlParams, gotoTop, hasOwnProperty, hexToRgb, isAsyncFunction, isAtBottom, isBlank, isDarkMode, isDate, isFunction, isIE, isNonNullable, isObject, isPromise, isRegExp, isTabActivate, randomHexColor, reverse, rgbToHex, stripHtml, truncateString }; |
{ | ||
"name": "lil-wingman", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "lucystwt", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55680
585