Skip to content

0.0.5

Latest
Compare
Choose a tag to compare
@isakhauge isakhauge released this 07 Sep 08:05

First public release πŸŽ‰

Usage

import { lookup } from 'mimeish'
const filePath = '~/Downloads/manual.pdf'
lookup.mime(filePath) // application/pdf
import { lookup } from 'mimeish'
const mime = 'application/vnd.adobe.formscentral.fcdt'
lookup.extension(mime) // fcdt