Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imagine10255/bear-jsmime
mine type toold fot javascript
https://github.com/imagine10255/bear-jsmime
Last synced: 18 days ago
JSON representation
mine type toold fot javascript
- Host: GitHub
- URL: https://github.com/imagine10255/bear-jsmime
- Owner: imagine10255
- Created: 2022-08-06T08:38:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T12:42:20.000Z (11 months ago)
- Last Synced: 2023-11-30T12:47:12.526Z (11 months ago)
- Language: TypeScript
- Size: 263 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# bear-jsmime
> Common tools build docker image for node project development
[![NPM](https://img.shields.io/npm/v/bear-jsmime.svg)](https://www.npmjs.com/package/bear-jsmime)
[![npm](https://img.shields.io/npm/dm/bear-jsmime.svg)](https://www.npmjs.com/package/bear-jsmime)## Install
```bash
yarn add -D bear-jsmime
```## Use
```javascript
import {mimeType2extname} from 'bear-jsmime';mimeType2extname('image/jpeg');
// jpg```
## License
MIT © [imagine10255](https://github.com/imagine10255)