1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-05-09 03:03:47 +07:00
2019-09-20 21:54:46 +05:30

6 lines
151 B
JavaScript

var convert = require('./convert'),
func = convert('ary', require('../ary'));
func.placeholder = require('./placeholder');
module.exports = func;