/** * If `true` the current environment support known WebAssembly API to * instantiate a WebAssembly module. */ declare const hasWebassembly: boolean; export default hasWebassembly;