UNPKG

246 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const lodash_1 = require("lodash");
4function lastDirname(path) {
5 return lodash_1.last((path || process.cwd()).split(/[\\/]/g));
6}
7exports.lastDirname = lastDirname;