MCPcopy Index your code
hub / github.com/tinyplex/tinybase / spell

Function spell

gulpfile.mjs:761–766  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

759export const lint = series(lintDocs, lintFiles);
760
761export const spell = async () => {
762 await spellCheck('.');
763 await spellCheck('src', true);
764 await spellCheck('test', true);
765 await spellCheck('site', true);
766};
767
768export const ts = async () => {
769 await tsCheck('src');

Callers

nothing calls this directly

Calls 1

spellCheckFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…