UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

7 lines (6 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getMethodFromFileName; function getMethodFromFileName(fileName) { return fileName.split('.')[0].toLowerCase(); }