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

Interface Result

packages/create-webpack-app/src/utils/generate-files.ts:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25export type Content = string | Buffer;
26export interface Result {
27 status: "create" | "skip" | "overwrite" | "error" | "identical";
28 content: Content;
29}
30
31export interface GlobalConfig {
32 overwriteAll: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected