UNPKG

@lido-sdk/helpers

Version:

This project is being slowly deprecated and may not receive further updates. Check out [modern Lido SDK](https://github.com/lidofinance/lido-ethereum-sdk/pulls) to access latest functionality. It is actively maintained and is built for interacting with Li

8 lines (6 loc) 171 B
const openWindow = (url) => { if (typeof window === 'undefined') return; window.open(url, '_blank', 'noopener,noreferrer'); }; export { openWindow };