@daren/utils
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -21,2 +21,11 @@ "use strict"; | ||
var _hooks = require("./hooks"); | ||
Object.keys(_hooks).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _hooks[key]) return; | ||
exports[key] = _hooks[key]; | ||
}); | ||
var _misc = require("./misc"); | ||
@@ -23,0 +32,0 @@ |
import cx from 'clsx'; | ||
export * from './assertion'; | ||
export * from './hooks'; | ||
export * from './misc'; | ||
@@ -4,0 +5,0 @@ export * from './object'; |
import cx from 'clsx'; | ||
export * from './assertion'; | ||
export * from './hooks'; | ||
export * from './misc'; | ||
@@ -4,0 +5,0 @@ export * from './object'; |
{ | ||
"name": "@daren/utils", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"repository": { | ||
@@ -49,3 +49,3 @@ "type": "git", | ||
}, | ||
"gitHead": "c16ad88a9cf07b23f10cca926fe70f2d2dfd8bf1" | ||
"gitHead": "7371080b123ab2aad750efc73c34746111baef7e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30178
37
304