false.js 50 B

1234
  1. const BROWSER = false;
  2. export {
  3. BROWSER as B
  4. };