10 lines
269 B
JavaScript
10 lines
269 B
JavaScript
|
"use strict";
|
||
|
/*ROLLUP_REPLACE_NODE
|
||
|
import nodeBindings from "./bindings/node";
|
||
|
defaultBindings = nodeBindings;
|
||
|
ROLLUP_REPLACE_NODE*/
|
||
|
/*ROLLUP_REPLACE_BROWSER
|
||
|
import browserBindings from "./bindings/browser";
|
||
|
defaultBindings = browserBindings;
|
||
|
ROLLUP_REPLACE_BROWSER*/
|