mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2026-08-02 13:40:29 +08:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
'use strict'
|
|
|
|
module.exports.isClean = Symbol('isClean')
|
|
|
|
module.exports.my = Symbol('my')
|