UNPKG
@discue/somewhat-secure-insecure-fn-executor
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
Tries to isolate execution of untrusted code
@discue/somewhat-secure-insecure-fn-executor
/
lib
/
isolate
/
wrap-user-provided-adapter-fn-script.d.ts
2 lines
(1 loc)
•
78 B
TypeScript
View Raw
1
2
export
function
wrapScript
(
script
:
string
,
argNames
?:
Array
<
string
>
):
string
;