OBF Node
Preparing search index...
Snap
Variable Snap
Const
Snap
:
{
to_external
(
filePath
:
string
)
:
Promise
<
OBZPackage
>
;
from_external
(
obf
:
any
,
outputPath
:
string
)
:
Promise
<
void
>
;
}
= ...
Type Declaration
to_external
:
function
to_external
(
filePath
:
string
)
:
Promise
<
OBZPackage
>
Parameters
filePath
:
string
Returns
Promise
<
OBZPackage
>
from_external
:
function
from_external
(
obf
:
any
,
outputPath
:
string
)
:
Promise
<
void
>
Parameters
obf
:
any
outputPath
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
OBF Node
Loading...