blob: ec2be30de1663c20ea2166f33a583c9c0b84d029 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/
/**
* Module exports.
*/
module.exports = require('./db.json')
|