UNPKG

chaite

Version:

core for chatgpt-plugin and karin-plugin-chatgpt

9 lines (7 loc) 235 B
import path from "node:path"; import { fileURLToPath } from "node:url"; //#region src/__dirname.ts const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); //#endregion export { __dirname as t };