UNPKG

typescript-cacheable

Version:

An in-memory caching (memoization) decorator for Typescript

13 lines 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnrecognizedScopeError = exports.UncacheablePropertyError = exports.UncacheableArgumentError = void 0; class UncacheableArgumentError extends Error { } exports.UncacheableArgumentError = UncacheableArgumentError; class UncacheablePropertyError extends Error { } exports.UncacheablePropertyError = UncacheablePropertyError; class UnrecognizedScopeError extends Error { } exports.UnrecognizedScopeError = UnrecognizedScopeError; //# sourceMappingURL=Errors.js.map