mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 08:56:29 +03:00
blindly copying deltachat-node to core repository
This commit is contained in:
9
node/lib/binding.ts
Normal file
9
node/lib/binding.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { join } from 'path'
|
||||
|
||||
/**
|
||||
* bindings are not typed yet.
|
||||
* if the availible 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
|
||||
Reference in New Issue
Block a user