feat: 添加注释

Signed-off-by: MiaoWoo <admin@yumc.pw>
backup
MiaoWoo 2022-11-22 17:35:13 +08:00
parent fb67b06230
commit 6e0456d777
1 changed files with 10 additions and 0 deletions

View File

@ -64,8 +64,18 @@ declare global {
*
*/
ScriptEngineChannel: string
/**
*
*/
ScriptSlowExecuteTime: number
ScriptEngineStartTime: number
/**
*
* @param key
* @param value
* @param config
* @returns
*/
setGlobal: (key: string, value: any, config?: PropertyDescriptor & ThisType<any>) => void
noop: () => void
console: Console