@aricma/itemids
Version:
Be faster in creating and updating react state, with the ItemIds object.
31 lines (29 loc) • 653 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "isItemIds", {
enumerable: true,
get: function () {
return _staticMethods.isItemIds;
}
});
Object.defineProperty(exports, "isItemId", {
enumerable: true,
get: function () {
return _staticMethods.isItemId;
}
});
Object.defineProperty(exports, "isItemIdList", {
enumerable: true,
get: function () {
return _staticMethods.isItemIdList;
}
});
Object.defineProperty(exports, "unify", {
enumerable: true,
get: function () {
return _staticMethods.unify;
}
});
var _staticMethods = require("./staticMethods");