-
Notifications
You must be signed in to change notification settings - Fork 0
/
jconfig.h.js
37 lines (32 loc) · 974 Bytes
/
jconfig.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: "jconfig.h"
* - SHA256: 2f7f9b03a8717cdd51239728fb11855f76d7a6f827c2493f64b7d32edc7e9233
*
* 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,
};