Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ spellCheck
Function
spellCheck
gulpfile.mjs:470–472 ·
view source on GitHub ↗
(dir, deep = false)
Source
from the content-addressed store, hash-verified
468
};
469
470
const
spellCheck = (dir, deep = false) => {
471
execute(`npx cspell ${dir}/*${deep ?
'*'
:
''
}`);
472
};
473
474
const
getTsOptions =
async
(dir) => {
475
const
{default: tsc} =
await
import
(
'typescript'
);
Callers
1
spell
Function · 0.85
Calls
1
execute
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…