UNPKG
accordant
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.0
One way shared/worker async bindings
github.com/WebReflection/accordant
WebReflection/accordant
accordant
/
src
/
ffi.js
10 lines
(7 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
{ assign } =
Object
;
export
const
ffi = {};
/** *
@param
{
object
}
bindings
*
@returns
{
object
} */
export
const
exports
= bindings =>
assign
(ffi, bindings);