UNPKG

@plurid/plurid-functions

Version:
6 lines (5 loc) 141 B
/** * Based on https://stackoverflow.com/a/38815760 */ export declare const isBrowser: boolean; export declare const isNode: boolean;