boats
Version:
Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.
9 lines (8 loc) • 366 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const upath_1 = require("upath");
const getMethodFromFileName_1 = tslib_1.__importDefault(require("../utils/getMethodFromFileName"));
exports.default = (filePath) => {
return (0, getMethodFromFileName_1.default)(filePath.split(upath_1.sep).pop());
};