1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-03-03 02:59:06 +07:00

6 lines
187 B
JavaScript
Raw Normal View History

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