UNPKG

@lando/platformsh

Version:

A Lando plugin that provides a tight integration with Platform.sh.

7 lines (4 loc) 159 B
var path = require('path'); module.exports = function basename (filepath) { 'use strict'; return path.basename(filepath, path.extname(filepath)); };