getmime
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Get file mime type and extention

lightweight js library to read file mime type and extention

Usages

import {getType, getExtention} from 'getmime'

getType('jpg') // image/jpeg
getType('js') // application/javascript

getExtention('image/jpeg') // jpg
getExtention('application/javascript') // js

Package Sidebar

Install

npm i getmime

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

403 kB

Total Files

14

Last publish

Collaborators

  • devnax