UNPKG

unity-find-fault

Version:

A tool to find fault in unity project.

9 lines 262 B
import { fileURLToPath } from "url"; export function getCurrentFile() { return fileURLToPath(import.meta.url); } export function getCurrentDir() { const url = new URL('.', import.meta.url); return fileURLToPath(url); } //# sourceMappingURL=esm.js.map