UNPKG

752 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var cache_1 = require("./cache");
4exports.evict = cache_1.evict;
5exports.get = cache_1.get;
6exports.getCache = cache_1.getCache;
7exports.getEdit = cache_1.getEdit;
8exports.print = cache_1.print;
9exports.put = cache_1.put;
10exports.reset = cache_1.reset;
11exports.uuid = cache_1.uuid;
12(function () {
13 if (typeof window !== 'undefined' && window !== null) {
14 window.One = {
15 getCache: cache_1.getCache,
16 put: cache_1.put,
17 get: cache_1.get,
18 getEdit: cache_1.getEdit,
19 evict: cache_1.evict,
20 reset: cache_1.reset,
21 uuid: cache_1.uuid,
22 print: cache_1.print,
23 };
24 }
25})();