UNPKG

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