UNPKG

@code-o-mat/history-cache

Version:

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

8 lines (7 loc) 145 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LOG = void 0; var LOG = Symbol('LOG'); exports.LOG = LOG;