@rainbowatcher/js-utils
Advanced tools
+1
-1
@@ -39,4 +39,4 @@ declare function isEmpty$1<T>(arrayLike: ArrayLike<T> | undefined): boolean; | ||
| declare function isUndefined(obj: any): boolean; | ||
| declare function isAsyncFunction(fn: Function | undefined): boolean; | ||
| declare function isAsyncFunction(fn?: (...args: any) => any): boolean; | ||
| export { lists as Lists, str as Strings, isAsyncFunction, isUndefined }; |
+9
-9
| { | ||
| "name": "@rainbowatcher/js-utils", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "description": "Opinionated collection of common JavaScript / TypeScript utils by @rainbowatcher", | ||
@@ -34,13 +34,13 @@ "author": "rainbowatcher <rainbow-w@qq.com>", | ||
| "devDependencies": { | ||
| "@antfu/eslint-config-ts": "^0.39.3", | ||
| "@commitlint/types": "^17.4.4", | ||
| "@rainbowatcher/eslint-config-json": "^0.2.4", | ||
| "@rainbowatcher/eslint-config-ts": "^0.2.4", | ||
| "changelogen": "^0.5.3", | ||
| "commitlint": "^17.6.3", | ||
| "eslint": "^8.41.0", | ||
| "commitlint": "^17.6.6", | ||
| "eslint": "^8.43.0", | ||
| "lint-staged": "^13.2.2", | ||
| "simple-git-hooks": "^2.8.1", | ||
| "typescript": "^5.0.4", | ||
| "typescript": "^5.1.3", | ||
| "unbuild": "^1.2.1", | ||
| "vite": "^4.3.9", | ||
| "vitest": "^0.31.1" | ||
| "vitest": "^0.32.2" | ||
| }, | ||
@@ -52,4 +52,4 @@ "simple-git-hooks": { | ||
| "lint-staged": { | ||
| "*.{ts,json}": "eslint --fix" | ||
| "*.{ts,json}": "eslint" | ||
| } | ||
| } | ||
| } |
7329
0.42%