1.2.14 • Published 3 years ago

@pascaliske/mime-types v1.2.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Simple wrapper for node-mime

npm (scoped) GitHub Tag Build Status codecov License: MIT Dependabot Status GitHub Last Commit Awesome Badges

Installation

To install the module use the following commands:

$ yarn add @pascaliske/mime-types

Usage

tl:dr;

import { getType, getExtension } from '@pascaliske/mime-types'

getType('text') // => 'text/plain'
getExtension('text/plain') // => 'txt'

For more information go to the node-mime package.

License

MIT © Pascal Iske

1.2.14

3 years ago

1.2.13

4 years ago

1.2.12

4 years ago

1.2.11

4 years ago

1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.0

6 years ago

1.2.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago