mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:49:29 +08:00
5 lines
155 B
Text
5 lines
155 B
Text
var convert = require('./convert'),
|
|
func = convert('words', require('../words'));
|
|
|
|
func.placeholder = require('./placeholder');
|
|
module.exports = func;
|