UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

9 lines (7 loc) 317 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const tslib_1 = require('tslib'); const plugin = require('./dist/plugin'); (0, tslib_1.__exportStar)(plugin, exports); /** Compatibility with ts-patch/ttypescript */ exports.default = (program, options) => plugin.before(options, program);