UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

10 lines (7 loc) 257 B
import '../getPlatformType/index.js'; import { getPlatformType } from '../getPlatformType/getPlatformType.js'; var isBrowser = function isBrowser() { return getPlatformType() === 'browser'; }; export { isBrowser }; //# sourceMappingURL=isBrowser.js.map