2024-10-16 13:16:53 +08:00
2024-10-16 13:16:53 +08:00
2024-01-17 17:04:14 +08:00
2024-01-17 13:08:07 +08:00
2024-01-17 17:04:14 +08:00
2024-10-16 13:16:53 +08:00
2024-01-19 15:37:00 +08:00
2024-01-17 13:08:07 +08:00
2024-01-17 15:16:12 +08:00
2024-10-16 13:16:53 +08:00

ZUTILS

Integrates some commonly used utility classes for convenient development.

1. Usage

Important:: TypeScript version must be higher than 4.7!!

git submodule add --force git@git.kingsome.cn:zhanghongliang/zutils.git ./packages/zutils
yarn add file:packages/zutils
# or
yarn add link:packages/zutils
import { SyncLocker, ZRedisClient } from 'zutils'
import { isTrue } from 'zutils/utils/string.util'

Description
No description provided
Readme 1.2 MiB
Languages
TypeScript 99.8%
JavaScript 0.2%