0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 12:02:18 +02:00
libsignal/node/Native.js
Jordan Rose 1d216bf3a1 node: Collapse Native.d.ts and NativeImpl.ts
...by making Native.js, which re-exports the loaded Neon module, whose
interface Native.d.ts already defined.
2021-11-08 16:40:50 -08:00

7 lines
153 B
JavaScript

//
// Copyright 2021 Signal Messenger, LLC.
// SPDX-License-Identifier: AGPL-3.0-only
//
module.exports = require('node-gyp-build')(__dirname + '/..');