Preparing search index...
The search index is not available
jtcsv API Documentation - v3.3.1
jtcsv API Documentation
safeExecuteSync
Function safeExecuteSync
safeExecuteSync
<
T
>
(
fn
:
()
=>
T
,
errorType
:
ErrorCode
,
context
?:
Record
<
string
,
any
>
,
)
:
T
Safe execution wrapper for sync functions
Type Parameters
T
Parameters
fn
:
()
=>
T
errorType
:
ErrorCode
context
:
Record
<
string
,
any
>
= {}
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jtcsv API Documentation - v3.3.1
Loading...
Safe execution wrapper for sync functions