UNPKG

hd-utils

Version:

A handy utils for modern JS developers

9 lines (8 loc) 153 B
import getWindow from './getWindow'; /** * @deprecated use getWindow instead. * */ export default function getWindowObj() { return getWindow(); }