@v4fire/core
Version:
V4Fire core library
10 lines (9 loc) • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.hashVal = exports.borrowCounter = void 0;
const hashVal = Symbol('Hash value of the object'),
borrowCounter = Symbol('How many consumers borrow this resource');
exports.borrowCounter = borrowCounter;
exports.hashVal = hashVal;