mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 02:04:10 +08:00
6 lines
153 B
JavaScript
6 lines
153 B
JavaScript
var convert = require('./convert'),
|
|
func = convert('bind', require('../bind'));
|
|
|
|
func.placeholder = require('./placeholder');
|
|
module.exports = func;
|