UNPKG

@devlander/utils

Version:

Comprehensive JavaScript and TypeScript utilities for seamless development. Includes object manipulation, data validation, and more.

4 lines (3 loc) 177 B
/// <reference types="node" /> export type GlobalPayload = typeof globalThis | typeof self | typeof window | typeof global; export declare const isGlobalDefined: GlobalPayload;