@ahkar33/utils
Advanced tools
Comparing version 0.0.1 to 0.0.2
export { pluck } from "./array/pluck"; | ||
export { isEmpty } from "./array/isEmpty"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pluck = void 0; | ||
exports.isEmpty = exports.pluck = void 0; | ||
var pluck_1 = require("./array/pluck"); | ||
Object.defineProperty(exports, "pluck", { enumerable: true, get: function () { return pluck_1.pluck; } }); | ||
var isEmpty_1 = require("./array/isEmpty"); | ||
Object.defineProperty(exports, "isEmpty", { enumerable: true, get: function () { return isEmpty_1.isEmpty; } }); |
export { pluck } from "./array/pluck"; | ||
export { isEmpty } from "./array/isEmpty"; |
export { pluck } from "./array/pluck"; | ||
export { isEmpty } from "./array/isEmpty"; |
{ | ||
"name": "@ahkar33/utils", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A set of JavaScript utils", | ||
@@ -22,2 +22,2 @@ "main": "lib/es5/index.js", | ||
"license": "MIT" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1909
13
33