Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell/dist/esm/util/constants.js
export const UTF8 = 'utf8';
export const STDIN = 'stdin';
export const STDINProtocol = 'stdin:';
export const STDINUrlPrefix = 'stdin://';
export const FileUrlPrefix = 'file://';
//# sourceMappingURL=constants.js.map