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
/
filenames.d.ts
12 lines
(11 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
function
names
(
PKG
:
any
): {
config
:
string
;
blobs
:
string
;
index
:
string
;
resolutions
:
string
;
runtime
:
string
;
bundle
:
string
;
executable
:
string
;
useSnapshot
:
any
;
useCodeCache
:
any
; };