mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-14 02:46:47 +02:00
...by making Native.js, which re-exports the loaded Neon module, whose interface Native.d.ts already defined.
7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
//
|
|
// Copyright 2021 Signal Messenger, LLC.
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
//
|
|
|
|
module.exports = require('node-gyp-build')(__dirname + '/..');
|