UNPKG

hd-utils

Version:

A handy utils for modern JS developers

6 lines (5 loc) 153 B
/** * * @description will return the globalThis according to the runtime environment */ export default function getGlobalThis(): (typeof globalThis);