d2-utilizr
Advanced tools
Comparing version 0.2.10 to 0.2.11
'use strict'; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; }; | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -16,2 +14,4 @@ value: true | ||
function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; } | ||
/** | ||
@@ -18,0 +18,0 @@ * Create an array from a value |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.isIterable = exports.uuid = exports.clone = exports.isIE = exports.isArrayOfStrings = exports.arrayMax = exports.arrayMin = exports.arrayDifference = exports.arrayInsert = exports.arrayReplace = exports.arraySort = exports.arrayClean = exports.arrayTo = exports.arrayFrom = exports.arrayUnique = exports.arrayContains = exports.arrayPluck = exports.camelCaseToUnderscores = exports.stringTrim = exports.stringReplaceAll = exports.numberIsFinite = exports.numberToFixed = exports.numberConstrain = exports.isNumeric = exports.isArray = exports.isString = exports.isNumber = exports.isPrimitive = exports.isBoolean = exports.isFunction = exports.isObject = exports.isDefined = exports.isEmpty = undefined; | ||
exports.isIterable = exports.uuid = exports.clone = exports.isIE = exports.objectClean = exports.isArrayOfStrings = exports.arrayMax = exports.arrayMin = exports.arrayDifference = exports.arrayInsert = exports.arrayReplace = exports.arraySort = exports.arrayClean = exports.arrayTo = exports.arrayFrom = exports.arrayUnique = exports.arrayContains = exports.arrayPluck = exports.camelCaseToUnderscores = exports.stringTrim = exports.stringReplaceAll = exports.numberIsFinite = exports.numberToFixed = exports.numberConstrain = exports.isNumeric = exports.isArray = exports.isString = exports.isNumber = exports.isPrimitive = exports.isBoolean = exports.isFunction = exports.isObject = exports.isDefined = exports.isEmpty = undefined; | ||
@@ -270,2 +270,11 @@ var _isEmpty = require('./isEmpty'); | ||
var _objectClean = require('./objectClean'); | ||
Object.defineProperty(exports, 'objectClean', { | ||
enumerable: true, | ||
get: function get() { | ||
return _objectClean.default; | ||
} | ||
}); | ||
var _isIE = require('./isIE'); | ||
@@ -272,0 +281,0 @@ |
'use strict'; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; }; | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -9,2 +7,5 @@ value: true | ||
exports.default = isNumeric; | ||
function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; } | ||
/** | ||
@@ -11,0 +12,0 @@ * Check if a value is numeric |
'use strict'; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; }; | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -9,2 +7,5 @@ value: true | ||
exports.default = isPrimitive; | ||
function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; } | ||
/** | ||
@@ -11,0 +12,0 @@ * Check if a value is a _primitive_ (string, number, boolean) |
@@ -13,3 +13,3 @@ "use strict"; | ||
*/ | ||
var numberToFixed = function () { | ||
var numberToFixed = (function () { | ||
function fixedToFixed(value, precision) { | ||
@@ -31,5 +31,5 @@ precision = precision || 0; | ||
return standardToFixed; | ||
}(); | ||
})(); | ||
exports.default = numberToFixed; | ||
//# sourceMappingURL=numberToFixed.js.map |
{ | ||
"name": "d2-utilizr", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -46,2 +46,5 @@ import isEmpty from './isEmpty'; | ||
// Object function | ||
export {default as objectClean} from './objectClean'; | ||
// Misc | ||
@@ -48,0 +51,0 @@ export {default as isIE} from './isIE'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
142558
120
1970