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

13 lines 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Transformer = void 0; /** * The abstract class from which custom Transformers can be created from by extending it */ var Transformer = /** @class */ (function () { function Transformer() { } return Transformer; }()); exports.Transformer = Transformer; //# sourceMappingURL=index.js.map