mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:59:31 +08:00
5 lines
165 B
Text
5 lines
165 B
Text
var convert = require('./convert'),
|
|
func = convert('assignWith', require('../assignWith'));
|
|
|
|
func.placeholder = require('./placeholder');
|
|
module.exports = func;
|