Function: yaksok()
yaksok(
code
,config
,baseContext
?):Promise
<{codeFiles
:Record
<string
,CodeFile
>;mainScope
:Scope
;runtime
:Runtime
; }>
Parameters
code
string
| Record
<string
, string
>
config
Partial
<RuntimeConfig
> = {}
baseContext?
Returns
Promise
<{ codeFiles
: Record
<string
, CodeFile
>; mainScope
: Scope
; runtime
: Runtime
; }>