isBrowser.d.ts 55 B

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