UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

5 lines (4 loc) 93 B
/** * Check if the current environment is JSDOM. */ export declare const isJsdom: boolean;