2023-12-18 13:12:25 +08:00
|
|
|
/*!
|
|
|
|
* mime-db
|
|
|
|
* Copyright(c) 2014 Jonathan Ong
|
2024-01-16 21:26:16 +08:00
|
|
|
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
2023-12-18 13:12:25 +08:00
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Module exports.
|
|
|
|
*/
|
|
|
|
|
|
|
|
module.exports = require('./db.json')
|