@vkontakte/vkjs
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -5,2 +5,7 @@ /** | ||
export { copyTextToClipboard } from './clipboard'; | ||
/** | ||
* equal | ||
*/ | ||
export { isEqual } from './equal'; | ||
export { uniqueArray, shuffleArray, chunkArray, omitFromArray, difference } from './arrays'; | ||
@@ -7,0 +12,0 @@ export { getCookie } from './cookie'; |
export { copyTextToClipboard, } from './clipboard'; | ||
export { isEqual, } from './equal'; | ||
export { uniqueArray, shuffleArray, chunkArray, omitFromArray, difference, } from './arrays'; | ||
@@ -3,0 +4,0 @@ export { getCookie, } from './cookie'; |
@@ -12,2 +12,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "isEqual", { | ||
enumerable: true, | ||
get: function get() { | ||
return _equal.isEqual; | ||
} | ||
}); | ||
Object.defineProperty(exports, "uniqueArray", { | ||
@@ -106,2 +112,4 @@ enumerable: true, | ||
var _equal = require("./equal"); | ||
var _arrays = require("./arrays"); | ||
@@ -108,0 +116,0 @@ |
{ | ||
"name": "@vkontakte/vkjs", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "VK shared JS libs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,3 +8,10 @@ /** | ||
/** | ||
* equal | ||
*/ | ||
export { | ||
isEqual, | ||
} from './equal'; | ||
export { | ||
uniqueArray, | ||
@@ -11,0 +18,0 @@ shuffleArray, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100874
77
1344