@sebastianwessel/quickjs v3.0.0
@sebastianwessel/quickjs / SandboxValidateCode
Type Alias: SandboxValidateCode()
SandboxValidateCode = (
code,filename?,options?) =>Promise<OkResponseCheck|ErrorResponse>
Defined in: types/SandboxValidateCode.ts:6
Parameters
code
string
filename?
string
options?
Prettify<Omit<ContextEvalOptions, "type"> & object>
Returns
Promise<OkResponseCheck | ErrorResponse>