UNPKG
win32-def
Version:
latest (26.1.2)
next (9.0.0)
26.1.2
26.1.1
26.1.0
26.0.4
26.0.3
26.0.2
26.0.1
26.0.0
25.0.0
24.0.0
23.0.0
22.7.3
22.7.2
22.7.1
22.5.1
22.4.0
22.3.0
22.2.0
22.0.0
21.0.2
21.0.0
20.5.0
20.4.1
20.4.0
20.3.0
20.0.0
19.8.3
19.8.1
19.8.0
19.6.0
19.4.0
19.3.0
19.0.0
18.4.0
18.3.0
18.1.0
18.0.0
17.2.1
17.2.0
17.1.1
17.1.0
17.0.0
16.0.0
15.0.0
14.0.0
13.13.0
13.12.0
13.11.0
13.8.0
13.7.0
13.6.0
13.5.0
13.4.0
13.3.0
13.2.0
13.1.0
13.0.0
12.0.0
11.1.0
11.0.2
11.0.0
10.0.0
9.4.0
9.3.0
9.2.0
9.1.0
9.0.0
8.0.0
7.1.0
7.0.0
3.3.0
3.2.0
3.1.0
3.0.0
2.8.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
win32 definitions for node-ffi
waitingsong.github.io/node-win32-api
waitingsong/node-win32-api
win32-def
/
dist
/
lib
/
loader
/
loader.d.ts
3 lines
•
179 B
TypeScript
View Raw
1
2
3
import
type
{
FLib
,
LoadOptions
}
from
'../../lib/types.js'
;
export
declare
function
load<T
extends
object
>(
options
:
LoadOptions
<T>):
FLib
<T>;
//# sourceMappingURL=loader.d.ts.map