UNPKG

@devlander/utils

Version:

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

3 lines (2 loc) 146 B
export type GlobalPayload = typeof globalThis | typeof self | typeof window | typeof global; export declare const isGlobalDefined: GlobalPayload;