mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2026-02-07 17:03:00 +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')
|