UNPKG

ng-apimock-with-presets

Version:

An ng-apimock fork with preset functionality

25 lines 630 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Registry = (function () { function Registry() { this.mocks = []; this.presets = []; this.defaults = {}; this.sessions = {}; this.selections = {}; this.variables = {}; this.recordings = {}; this.delays = {}; this.echos = {}; this.record = false; } return Registry; }()); var Recording = (function () { function Recording() { } return Recording; }()); exports.Recording = Recording; exports.default = Registry; //# sourceMappingURL=registry.js.map