mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 13:51:07 +07:00
6 lines
173 B
JavaScript
6 lines
173 B
JavaScript
|
var convert = require('./convert'),
|
||
|
func = convert('intersectionBy', require('../intersectionBy'));
|
||
|
|
||
|
func.placeholder = require('./placeholder');
|
||
|
module.exports = func;
|