UNPKG

@bluefin-exchange/bluefin-v2-client

Version:

The Bluefin client Library allows traders to sign, create, retrieve and listen to orders on Bluefin Exchange.

9 lines 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNode = exports.isReactNative = void 0; exports.isReactNative = typeof navigator !== "undefined" && navigator.product === "ReactNative"; exports.isNode = typeof process !== "undefined" && typeof process.versions === "object" && !!process.versions.node && !exports.isReactNative; //# sourceMappingURL=platform.js.map