mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 04:19:30 +08:00
5 lines
90 B
Text
5 lines
90 B
Text
'use strict';
|
|
const BODY = 'body';
|
|
const HTML = 'html';
|
|
|
|
module.exports = { BODY, HTML };
|