-
Notifications
You must be signed in to change notification settings - Fork 0
/
zconf.h.js
37 lines (32 loc) · 972 Bytes
/
zconf.h.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
* This file was automatically generated. It is better to run the generator again, than to manually edit.
*
* @ffi-packager/ffi-generate v2.0.2
* - git commit v2.0.1-1-g2b4030d on branch develop
* - clang version 9.0.1-16
* https://github.com/node-ffi-packager/node-ffi-generate
*
* File:
* - Name: "zconf.h"
* - SHA256: 289c8044a0e13ce2ea2183fe899f65c7ed8d091030b9c056ae6acdc39a8e1405
*
* Generator options:
* - Library: null
* - Single file: true
* - Prefixes: []
* - Compiler arguments: []
*/
const FFI = require("ffi-napi");
const ref = require("ref-napi");
const ArrayType = require("ref-array-di")(ref);
const Struct = require("ref-struct-di")(ref);
const Union = require("ref-union-di")(ref);
const constants = {};
// NOTE: defining individual types as "global" constants to be able to reference them without any prefix.
const types = {};
const functions = new FFI.Library(null, {});
module.exports = {
constants,
types,
functions,
};