UNPKG

@nestjs/core

Version:

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

6 lines (5 loc) 176 B
import { GraphInspector } from './graph-inspector.js'; const noop = () => { }; export const NoopGraphInspector = new Proxy(GraphInspector.prototype, { get: () => noop, });