UNPKG

fortea

Version:

some tools for js, save your time for a cup of tea

7 lines (6 loc) 176 B
/** * Check if the code is running on the client side with browser. * @code typeof window !== 'undefined' */ declare function isClient(): boolean; export default isClient;