r3-v2/dist/r3-node/index.js

6 lines
81 B
JavaScript

const R3 = require('./r3.js');
R3.System.Linking.start();
module.exports = R3;