UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

6 lines 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDirOfPath = void 0; const getDirOfPath = (path) => path.split('/').slice(0, -1).join('/'); // drops the file name exports.getDirOfPath = getDirOfPath; //# sourceMappingURL=getDirOfPath.js.map