UNPKG

chek

Version:

Minimal utility for checking types, working with arrays and objects.

13 lines (12 loc) 375 B
import * as chek from './chek'; export * from './types'; export * from './modules/array'; export * from './modules/constant'; export * from './modules/from'; export * from './modules/function'; export * from './modules/is'; export * from './modules/object'; export * from './modules/string'; export * from './modules/to'; export * from './modules/type'; export default chek;