mirror of
https://github.com/actions/setup-python.git
synced 2025-04-22 03:09:14 +08:00
6 lines
163 B
JavaScript
6 lines
163 B
JavaScript
var convert = require('./convert'),
|
|
func = convert('unzipWith', require('../unzipWith'));
|
|
|
|
func.placeholder = require('./placeholder');
|
|
module.exports = func;
|