Files
chatmail-core/node/lib/binding.ts
2023-03-03 18:40:36 +00:00

10 lines
266 B
TypeScript

import { join } from 'path'
/**
* bindings are not typed yet.
* if the available function names are required they can be found inside of `../src/module.c`
*/
export const bindings: any = require('node-gyp-build')(join(__dirname, '../'))
export default bindings