Skip to main content
Module

x/fathym_common/src/build/loadRefArchMetaUrl.ts>loadRefArchMetaUrl

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
function loadRefArchMetaUrl
import { loadRefArchMetaUrl } from "https://deno.land/x/fathym_common@v0.2.22-integration/src/build/loadRefArchMetaUrl.ts";

Use to load the full path relative to the reference architecture module.

Examples

From direct import

import { loadRefArchMetaUrl } from '@fathym/common/build';

const metaUrl = loadRefArchMetaUrl('./src/common/.exports.ts');

Parameters

path: string

The path to the reference architecture module relative to the root of the project.

Returns

string

The full path relative to the reference architecture module.