cspell
Version:
A Spelling Checker for Code!
6 lines (4 loc) • 425 B
JavaScript
import { S as getReporter, t as listDictionaries } from "./listDictionaries-DRQ2BGn_.js";
import { IncludeExcludeFlag, checkText, createInit, lint, parseApplicationFeatureFlags, suggestions, trace } from "./application.js";
export * from "@cspell/cspell-types"
export { IncludeExcludeFlag, checkText, createInit, getReporter as getDefaultReporter, lint, listDictionaries, parseApplicationFeatureFlags, suggestions, trace };