MCPcopy
hub / github.com/plopjs/plop / PlopActionHooksChanges

Interface PlopActionHooksChanges

packages/node-plop/types/index.d.ts:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113interface PlopActionHooksChanges {
114 type: string;
115 path: string;
116}
117
118interface PlopActionHooks {
119 onComment?: (msg: string) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…