UNPKG

@othree.io/chisel

Version:

Event sourcing made easy

6 lines 181 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.now = void 0; const now = () => Date.now(); exports.now = now; //# sourceMappingURL=utils.js.map