isBrowser.d.ts 55 B

123
  1. declare const isBrowser: boolean;
  2. export = isBrowser;