MCPcopy
hub / github.com/TypeStrong/ts-node / remove

Function remove

ava.config.cjs:60–63  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

58 })();
59
60 function remove(p) {
61 // Avoid node deprecation warning triggered by rimraf
62 if(existsSync(p)) (rmSync || rimraf.sync)(p, {recursive: true})
63 }
64}

Callers 1

ava.config.cjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…