mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
10 lines
266 B
TypeScript
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
|