UNPKG

rx-player

Version:
9 lines (8 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * If `true` the current environment support known WebAssembly API to * instantiate a WebAssembly module. */ var hasWebassembly = typeof WebAssembly === "object" && typeof WebAssembly.instantiate === "function"; exports.default = hasWebassembly;