UNPKG

@stnekroman/tstools

Version:

Set of handy tools for TypeScript development

16 lines (15 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WeakMemoryDictionary = exports.ThrottledCache = exports.RefSet = exports.RefCountedValue = exports.MemoryDictionary = exports.LoadingCache = void 0; var LoadingCache_1 = require("./LoadingCache"); Object.defineProperty(exports, "LoadingCache", { enumerable: true, get: function () { return LoadingCache_1.LoadingCache; } }); var MemoryDictionary_1 = require("./MemoryDictionary"); Object.defineProperty(exports, "MemoryDictionary", { enumerable: true, get: function () { return MemoryDictionary_1.MemoryDictionary; } }); var RefCountedValue_1 = require("./RefCountedValue"); Object.defineProperty(exports, "RefCountedValue", { enumerable: true, get: function () { return RefCountedValue_1.RefCountedValue; } }); var RefSet_1 = require("./RefSet"); Object.defineProperty(exports, "RefSet", { enumerable: true, get: function () { return RefSet_1.RefSet; } }); var ThrottledCache_1 = require("./ThrottledCache"); Object.defineProperty(exports, "ThrottledCache", { enumerable: true, get: function () { return ThrottledCache_1.ThrottledCache; } }); var WeakMemoryDictionary_1 = require("./WeakMemoryDictionary"); Object.defineProperty(exports, "WeakMemoryDictionary", { enumerable: true, get: function () { return WeakMemoryDictionary_1.WeakMemoryDictionary; } });