UNPKG

zmp-react

Version:

Build full featured iOS & Android apps using ZMP & React

8 lines 206 B
/* eslint-disable func-names */ import { getWindow } from 'ssr-window'; var window = getWindow(); export default (function () { window.open = function () { return function () {}; }(window.open); });