mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 15:10:57 -05:00
11 lines
136 B
JavaScript
11 lines
136 B
JavaScript
/*!
|
|
* mime-db
|
|
* Copyright(c) 2014 Jonathan Ong
|
|
* MIT Licensed
|
|
*/
|
|
|
|
/**
|
|
* Module exports.
|
|
*/
|
|
|
|
module.exports = require('./db.json')
|