UNPKG
sapnwrfc
Version:
latest (0.2.0)
0.2.0
0.1.8
0.1.7
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Bindings for the SAP NetWeaver RFC SDK
github.com/jdorner/node-sapnwrfc
jdorner/node-sapnwrfc
sapnwrfc
/
sapnwrfc.js
2 lines
•
163 B
JavaScript
View Raw
1
2
var
majMinVersion = process.
versions
.
node
.
match
(
/^[0-9]+.[0-9]+/
)[
0
] ||
''
;
module
.
exports
=
require
(
'bindings'
)({
bindings
:
'sapnwrfc'
,
version
: majMinVersion });