MCPcopy Create free account
hub / github.com/unjs/unplugin / writeModule

Method writeModule

src/rspack/utils.ts:54–56  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

52 }
53
54 async writeModule(file: string): Promise<void> {
55 return fs.promises.writeFile(file, '')
56 }
57}

Callers 2

applyRspackPluginsFunction · 0.80
applyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected