remove gnc.is.* in lib.

This commit is contained in:
Rintim 2023-09-06 01:09:20 +08:00
parent f99ec24852
commit c17a345781
1 changed files with 0 additions and 3 deletions

View File

@ -7158,9 +7158,6 @@
},
genAsync:fn=>gnc.async(fn),
genAwait:gen=>gnc.await(gen),
isGenCoroutine:item=>gnc.is.coroutine(item),
isGeneratorFunc:item=>gnc.is.generator(item),
isGenerator:item=>gnc.is.a(item),
init:{
init:function(){
if(typeof __dirname==='string'&&__dirname.length){