UNPKG

@fluent-windows/hooks

Version:
12 lines (11 loc) 249 B
/** * Get the current `global this` * * Demo * import { useGlobal } from '@fluent-windows/hooks' * * const global = useGlobal() */ /// <reference types="node" /> declare function useGlobal(): Window | NodeJS.Global; export default useGlobal;