mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-14 02:48:06 +08:00
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
import { dirname, join } from 'node:path';
|
|
import { fileURLToPath } from 'node:url';
|
|
|
|
export const OWNER_DIR = join(dirname(fileURLToPath(import.meta.url)), '..');
|