source: node_modules/mime-db/index.js@ a70b5a4

Last change on this file since a70b5a4 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 189 bytes
Line 
1/*!
2 * mime-db
3 * Copyright(c) 2014 Jonathan Ong
4 * Copyright(c) 2015-2022 Douglas Christopher Wilson
5 * MIT Licensed
6 */
7
8/**
9 * Module exports.
10 */
11
12module.exports = require('./db.json')
Note: See TracBrowser for help on using the repository browser.