UNPKG

node-json-db

Version:

Database using JSON file as storage for Node.JS

8 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TimeoutError = void 0; const Errors_1 = require("../lib/Errors"); class TimeoutError extends Errors_1.NestedError { } exports.TimeoutError = TimeoutError; //# sourceMappingURL=Error.js.map