UNPKG

typenexus

Version:

TypeNexus is a good tool for API encapsulation and management. It provides a clean and lightweight way to package TypeORM functionality, helping you build applications faster while reducing template code redundancy and type conversion work.

6 lines (4 loc) 174 B
import { dirname } from 'path'; import { fileURLToPath } from 'url'; export const __filename = fileURLToPath(import.meta.url); export const __dirname = dirname(__filename);