File size: 189 Bytes
48e84aa |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/
/**
* Module exports.
*/
module.exports = require('./db.json')
|