UNPKG

@hyperse/dependency-sync

Version:

A comprehensive Node.js utility for managing dependencies in monorepo environments, specifically designed for Hyperse plugin ecosystems.

8 lines (7 loc) 225 B
/** * Provider method to simulate __dirname veriable. * @param url - import.meta.url * @param subDir - sub directory * @returns __dirname */ export declare const getDirname: (url: string, ...subDir: string[]) => string;