UNPKG

@salilvnair/jsxpa

Version:
17 lines (16 loc) 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var NeDBModel = /** @class */ (function () { function NeDBModel(id) { this._id = id; } Object.defineProperty(NeDBModel.prototype, "id", { get: function () { return this._id; }, enumerable: true, configurable: true }); return NeDBModel; }()); exports.NeDBModel = NeDBModel;