browser.js 70 B

1234567
  1. 'use strict';
  2. module.exports = {
  3. env: {
  4. browser: true,
  5. },
  6. };