1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-05-09 19:23:47 +07:00

6 lines
153 B
JavaScript
Raw Normal View History

2019-09-20 08:11:20 +05:30
var convert = require('./convert'),
func = convert('some', require('../some'));
func.placeholder = require('./placeholder');
module.exports = func;