Skip to content

ShortByte/mime-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mime-database

Github All Releases Github Release Version Make a pull request

License Watch on GitHub Star on GitHub

Installation

npm install mime-database

Usage

const db = require('mime-database');
const response = db.getType('application/json');

// OR

import { getType } from 'mime-database';
const response = getType('application/json');

My Twitter My Twitch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published