UNPKG
@pipobscure/sea
Version:
latest (1.0.8)
1.0.8
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
Node SEA Builder
github.com/pipobscure/sea
pipobscure/sea
@pipobscure/sea
/
dist
/
configure.d.ts
10 lines
(9 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
SEAConfig
{
main
:
string
;
output
:
string
;
disableExperimentalSEAWarning
?:
boolean
;
useSnapshot
?:
boolean
;
useCodeCache
?:
boolean
;
assets
?:
Record
<
string
,
string
>; }
export
declare
function
configure
(
):
Promise
<
void
>;