mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 11:36:13 +08:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
|
'use strict'
|
||
|
|
||
|
module.exports.isClean = Symbol('isClean')
|
||
|
|
||
|
module.exports.my = Symbol('my')
|