Skip to content

달빛약속 / yaksok

Function: yaksok()

yaksok(code, config): Promise<{ runtime: Runtime; scope: Record<string, any>; }>

Parameters

code

string | Record<string, string>

config

Partial<RuntimeConfig> = {}

Returns

Promise<{ runtime: Runtime; scope: Record<string, any>; }>

Defined in

core/runtime/index.ts:76