An open API service indexing awesome lists of open source software.

https://github.com/tunnckocore/abbrev-kindof

`kind-of` with single letter abbreviations to javascript native types, like `kindof(val, 'soa')` will return true if `val` is string, object or array. useful for DB/Schema/Object validations
https://github.com/tunnckocore/abbrev-kindof

Last synced: about 1 year ago
JSON representation

`kind-of` with single letter abbreviations to javascript native types, like `kindof(val, 'soa')` will return true if `val` is string, object or array. useful for DB/Schema/Object validations

Awesome Lists containing this project