UNPKG

siegel

Version:

Web application development ecosystem

6 lines (5 loc) 263 B
export { default as isEmptyObject } from './empty_obj'; export { default as isExists } from './exists'; export { default as isNullable } from './nullable'; export { default as isPrimitive } from './primitive'; export { default as isSameType } from './same_type';