MCPcopy Create free account
hub / github.com/taye/interact.js / modular

Function modular

scripts/execTypes.js:7–9  ·  view source on GitHub ↗
(modulesDir)

Source from the content-addressed store, hash-verified

5
6module.exports = {
7 modular(modulesDir) {
8 shell.exec(`npx tsc -p types.tsconfig.json --outDir ${modulesDir}/@interactjs`)
9 },
10 async combined(outDir) {
11 const outFile = path.join(outDir, 'index.d.ts')
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected