utils: isInteger().

This commit is contained in:
Julien Fontanet
2016-03-02 11:30:23 +01:00
parent 84c980c3ea
commit a37b8e35a1

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 isInteger } from 'lodash.isinteger'
export { default as isObject } from 'lodash.isobject'
export { default as isString } from 'lodash.isstring'
export { default as mapToArray } from 'lodash.map'