@iceberg-dev/tools-pack
v1.0.52
Published
A utility package for cryptographic operations
Downloads
234
Readme
Ice Tools Pack
all tools you need
How to Install
in your package.json
"dependencies": {
"@iceberg-dev/tools-pack": "^1.0.0"
}
Docs
include in your file
import tools from '@iceberg-dev/tools-pack/tools';
or
npm i @iceberg-dev/tools-pack
usage example
tools.sys.checkRequired({key:"some key", date: "2022-01-01"}, ['key', 'date'])
Existing tools
- crypt
- sys
- error handler