Kind: Constant
Source: packages/core/inspector/noop-graph-inspector.ts
Part of: Core
Definition
tsGraphInspector
Value
tsnew Proxy(
GraphInspector.prototype,
{
get: () => noop,
},
)
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
TestingModuleOptions—packages/testing/testing-module.builder.ts:29
Was this page helpful?