@yookue/ts-lang-utils
Advanced tools
Comparing version 0.1.59 to 0.1.60
@@ -5,2 +5,3 @@ export { IgnorableError } from './error/IgnorableError'; | ||
export { BooleanUtils } from './util/BooleanUtils'; | ||
export { ColorUtils } from './util/ColorUtils'; | ||
export { DateUtils } from './util/DateUtils'; | ||
@@ -7,0 +8,0 @@ export { JsonUtils } from './util/JsonUtils'; |
@@ -24,2 +24,3 @@ var __defProp = Object.defineProperty; | ||
BooleanUtils: () => import_BooleanUtils.BooleanUtils, | ||
ColorUtils: () => import_ColorUtils.ColorUtils, | ||
DateUtils: () => import_DateUtils.DateUtils, | ||
@@ -43,2 +44,3 @@ IgnorableError: () => import_IgnorableError.IgnorableError, | ||
var import_BooleanUtils = require("./util/BooleanUtils"); | ||
var import_ColorUtils = require("./util/ColorUtils"); | ||
var import_DateUtils = require("./util/DateUtils"); | ||
@@ -58,2 +60,3 @@ var import_JsonUtils = require("./util/JsonUtils"); | ||
BooleanUtils, | ||
ColorUtils, | ||
DateUtils, | ||
@@ -60,0 +63,0 @@ IgnorableError, |
@@ -35,4 +35,4 @@ var __defProp = Object.defineProperty; | ||
* ```ts | ||
* TimeUtils.sleep(); | ||
* TimeUtils.sleep().then(() => {}); | ||
* ThreadUtils.sleep(); | ||
* ThreadUtils.sleep().then(() => {}); | ||
* ``` | ||
@@ -39,0 +39,0 @@ */ |
@@ -5,2 +5,3 @@ export { IgnorableError } from './error/IgnorableError'; | ||
export { BooleanUtils } from './util/BooleanUtils'; | ||
export { ColorUtils } from './util/ColorUtils'; | ||
export { DateUtils } from './util/DateUtils'; | ||
@@ -7,0 +8,0 @@ export { JsonUtils } from './util/JsonUtils'; |
@@ -5,2 +5,3 @@ export { IgnorableError } from "./error/IgnorableError"; | ||
export { BooleanUtils } from "./util/BooleanUtils"; | ||
export { ColorUtils } from "./util/ColorUtils"; | ||
export { DateUtils } from "./util/DateUtils"; | ||
@@ -7,0 +8,0 @@ export { JsonUtils } from "./util/JsonUtils"; |
{ | ||
"name": "@yookue/ts-lang-utils", | ||
"version": "0.1.59", | ||
"version": "0.1.60", | ||
"title": "TsLangUtils", | ||
@@ -14,2 +14,3 @@ "description": "Common lang utilities for typescript", | ||
"boolean-utils", | ||
"color-utils", | ||
"date-utils", | ||
@@ -45,7 +46,7 @@ "json-utils", | ||
"dependencies": { | ||
"@babel/runtime": "^7.25.7" | ||
"@babel/runtime": "^7.26.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.12", | ||
"@types/lodash": "^4.17.10", | ||
"@types/jest": "^29.5.14", | ||
"@types/lodash": "^4.17.13", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
@@ -55,6 +56,6 @@ "@yookue/babel-plugin-remove-comment": "^0.1.3", | ||
"@yookue/typedoc-theme-dumi": "^0.1.2", | ||
"del-cli": "^5.1.0", | ||
"father": "^4.5.0", | ||
"gh-pages": "^6.1.1", | ||
"ts-jest": "^29.2.4", | ||
"del-cli": "^6.0.0", | ||
"father": "^4.5.1", | ||
"gh-pages": "^6.2.0", | ||
"ts-jest": "^29.2.5", | ||
"typedoc": "^0.25.13", | ||
@@ -61,0 +62,0 @@ "typescript": "^4.9.5" |
@@ -13,2 +13,4 @@ # @yookue/ts-lang-utils | ||
✅ Utilities for color | ||
✅ Utilities for boolean | ||
@@ -47,3 +49,3 @@ | ||
```jsx | pure | ||
import {ArrayUtils, BooleanUtils, DateUtils, JsonUtils, MapUtils, NumberUtils, ObjectUtils, RandomUtils, RegexUtils, StringUtils, ThreadUtils, TreeUtils} from '@yookue/ts-lang-utils'; | ||
import {ArrayUtils, BooleanUtils, ColorUtils, DateUtils, JsonUtils, MapUtils, NumberUtils, ObjectUtils, RandomUtils, RegexUtils, StringUtils, ThreadUtils, TreeUtils} from '@yookue/ts-lang-utils'; | ||
``` | ||
@@ -50,0 +52,0 @@ |
Sorry, the diff of this file is too big to display
369668
68
7573
64
Updated@babel/runtime@^7.26.0