7 lines
88 B
JavaScript
7 lines
88 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
// 生成meta `generator`
|
|
meta_generator: true
|
|
};
|