@aricma/itemids
Version:
Be faster in creating and updating react state, with the ItemIds object.
19 lines (17 loc) • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "_with", {
enumerable: true,
get: function () {
return _connectors._with;
}
});
Object.defineProperty(exports, "_can", {
enumerable: true,
get: function () {
return _connectors._can;
}
});
var _connectors = require("./connectors");