mirror of https://github.com/jkjoy/sunpeiwen.git
4 lines
47 B
JavaScript
4 lines
47 B
JavaScript
|
module.exports = () => {
|
||
|
return () => {};
|
||
|
};
|