isFirefox.d.ts 50 B

12
  1. declare const isFF: boolean;
  2. export default isFF;