UNPKG

kiss-cli

Version:

Keep It Stupid Simple - An agnostic file snippets :kiss:

6 lines (3 loc) 149 B
const path = require('path'); const getFileTypeByExtension = filepath => path.extname(filepath).slice(1); module.exports = getFileTypeByExtension;