mirror of
https://gitea.com/actions/setup-python.git
synced 2025-04-22 08:45:35 +08:00
12 lines
136 B
JavaScript
12 lines
136 B
JavaScript
![]() |
/*!
|
||
|
* mime-db
|
||
|
* Copyright(c) 2014 Jonathan Ong
|
||
|
* MIT Licensed
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Module exports.
|
||
|
*/
|
||
|
|
||
|
module.exports = require('./db.json')
|