UNPKG

157 BJavaScriptView Raw
1var convert = require('./convert'),
2 func = convert('method', require('../method'));
3
4func.placeholder = require('./placeholder');
5module.exports = func;