MCPcopy Create free account
hub / github.com/webpack/webpack-cli / Rechoir

Interface Rechoir

packages/webpack-cli/src/webpack-cli.ts:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79type RecordAny = Record<string, any>;
80
81interface Rechoir {
82 prepare: typeof prepare;
83}
84
85interface RechoirError extends Error {
86 failures: RechoirError[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected