mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
'use strict';
|
|
|
|
exports.__esModule = true;
|
|
exports.default = addSpace;
|
|
function addSpace() {
|
|
return { type: 'space', value: ' ' };
|
|
}
|
|
module.exports = exports['default']; |