Some checks are pending
Deploy VitePress site to Pages / build (push) Waiting to run
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
'use strict'
|
|
|
|
module.exports.isClean = Symbol('isClean')
|
|
|
|
module.exports.my = Symbol('my')
|