UNPKG

@salilvnair/jsxpa

Version:
14 lines (13 loc) 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var NeDBError = /** @class */ (function () { function NeDBError() { this.message = ''; this.name = ''; this.stack = ''; this.errorType = ''; this.key = ''; } return NeDBError; }()); exports.NeDBError = NeDBError;