UNPKG

faker-api

Version:

A fully customizible rest api faking package that allows you to mock , clone and fake Rest API with fake yet realistic data

9 lines 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AbstractModel = /** @class */ (function () { function AbstractModel() { } return AbstractModel; }()); exports.default = AbstractModel; //# sourceMappingURL=abstract-model.js.map