mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-03 08:00:39 +08:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
'use strict';
|
|
|
|
|
|
var yaml = require('./lib/js-yaml.js');
|
|
|
|
|
|
module.exports = yaml;
|