Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/util/findUpFromUrl.js
import { getVirtualFS } from '../fileSystem.js';
export async function findUpFromUrl(name, from, options = {}) {
const fs = options.fs ?? getVirtualFS().fs;
return fs.findUp(name, from, options);
}
//# sourceMappingURL=findUpFromUrl.js.map