Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-config-lib/dist/util/toURL.js
export function toURL(url) {
return typeof url === 'string' ? new URL(url) : url;
}
//# sourceMappingURL=toURL.js.map