UNPKG

@nestjs/graphql

Version:

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

8 lines 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pluginDebugLogger = void 0; const common_1 = require("@nestjs/common"); class PluginDebugLogger extends common_1.ConsoleLogger { } exports.pluginDebugLogger = new PluginDebugLogger('CLI Plugin'); //# sourceMappingURL=plugin-debug-logger.js.map