UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

6 lines 238 B
/** * Browser only. Returns true if client has currently dark mode enabled. Always * returns false if no global `window` object is available. */ export declare const isDarkMode: () => boolean; //# sourceMappingURL=is-dark-mode.d.ts.map