qing-utils
v1.0.7
Published
js utils with ts declare, ObjectUtils, ArrayUtils, StringUtils, NumberUtils ...
Downloads
22
Maintainers
Readme
qing-utils
js utils with ts declare, ObjectUtils, ArrayUtils, StringUtils, NumberUtils ...
ObjectUtils
isEmpty(object: object): boolean
isNotEmpty(object: object): boolean
deepClone(object: object): object
toJson(object: object): string
jsonParse(objJson: string): object
consoleJson(object: object): void