UNPKG

@code-o-mat/history-cache

Version:

A data object structure that logs all changes using the immutable library

13 lines (9 loc) 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _historyCache = _interopRequireDefault(require("./history-cache")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var _default = _historyCache.default; exports.default = _default;