https://github.com/devnax/tiny-utils
https://github.com/devnax/tiny-utils
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devnax/tiny-utils
- Owner: devnax
- License: mit
- Created: 2022-03-06T06:30:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T09:18:23.000Z (over 4 years ago)
- Last Synced: 2025-03-15T09:44:22.052Z (about 1 year ago)
- Language: TypeScript
- Size: 318 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Tiny Utils
```js
import {uid, isType, isObject, isArray, isString, isNumber, isFunction, isUndefine, isNull, inArray, isEmpty} from 'tiny-utils'
uid(val)
isType(val)
isObject(val)
isArray(val)
isString(val)
isNumber(val)
isFunction(val)
isUndefine(val)
isNull(val)
inArray(val)
isEmpty(val array)
```