UNPKG

@lucide/helpers

Version:

A internal used package with helpers.

11 lines (9 loc) 253 B
import path from 'path'; import { fileURLToPath } from 'url'; /** * Get the current directory path. * * @param {string} currentPath * @returns {string} */ export const getCurrentDirPath = (currentPath) => path.dirname(fileURLToPath(currentPath));