1.2.14 • Published 2 years ago

@pascaliske/mime-types v1.2.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.2.13

3 years ago

1.2.12

3 years ago

1.2.11

3 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.0

5 years ago

1.2.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago