Usage of strict mode against recommended approach JS-0118
Bug risk
Minor
4 months ago3 years old
Prefer using strict mode in the global scope
   11        })
   12    : t(e)
   13})(typeof window !== 'undefined' ? window : this, function (C, e) {
   14  'use strict'   15  function x (e) {
   16    return e != null && e === e.window
   17  }
Prefer using strict mode in the global scope
    1!(function (e, t) {
    2  'use strict'    3  typeof module === 'object' && typeof module.exports === 'object'
    4    ? (module.exports = e.document
    5        ? t(e, !0)