UNPKG

@m4x1m1l14n/cache

Version:

Lightweight in-memory isomorphic cache implementation with TTL for browser & Node JS written in TypeScript

7 lines 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getMilliseconds = getMilliseconds; function getMilliseconds() { return new Date().getTime(); } //# sourceMappingURL=helpers.js.map