UNPKG

@userlab/dx

Version:

Build efficient GraphQL backend

10 lines (9 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Dx = /** @class */ (function () { function Dx(config) { this.config = config; } return Dx; }()); exports.default = Dx;