Get the base name of a file
Install
npm install --save basify
Usage
const basify = ; ;//=> 'index' ;//=> ['index1', 'index2']
API
basify(target)
target
Type: string
|| Array
Removes the filetype extension and returns the base.
License
MIT © Dawson Botsford