import { resolvePath } from "https://deno.land/x/fathym_common@v0.2.166/src/build/resolvePath.ts";
Resolves a path using the provided resolver function.
Examples
From direct import
From direct import
import { resolvePath } from '@fathym/common/build';
const path = resolvePath('./src/common/.exports.ts', import.meta.resolve);