|
"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*/
|