Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kentcdodds/kcd-scripts
/ typecheck.js
File
typecheck.js
src/scripts/typecheck.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
spawn = require(
'cross-spawn'
)
2
const
yargsParser = require(
'yargs-parser'
)
3
const
{hasAnyDep, resolveBin, hasFile} = require(
'../utils'
)
4
Callers
nothing calls this directly
Calls
3
hasAnyDep
Function · 0.85
hasFile
Function · 0.85
resolveBin
Function · 0.85
Tested by
no test coverage detected