utils: isObject().

This commit is contained in:
Julien Fontanet 2016-03-02 11:07:13 +01:00
parent 5823057b41
commit 84c980c3ea

View File

@ -363,6 +363,7 @@ export { default as isArray } from 'lodash.isarray'
export { default as isBoolean } from 'lodash.isboolean'
export { default as isEmpty } from 'lodash.isempty'
export { default as isFunction } from 'lodash.isfunction'
export { default as isObject } from 'lodash.isobject'
export { default as isString } from 'lodash.isstring'
export { default as mapToArray } from 'lodash.map'