UNPKG

@boost/config

Version:

Powerful convention based finder, loader, and manager of both configuration and ignore files.

7 lines (5 loc) 156 B
import { Path } from '@boost/common'; import { loadJs } from './js'; export async function loadMjs<T>(path: Path): Promise<T> { return loadJs<T>(path); }