@lwc/synthetic-shadow 7.2.2 → 7.2.3-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -147,7 +147,7 @@ function isFalse(obj) {
147
147
  * @returns `true` if the value is a function.
148
148
  */
149
149
  // Replacing `Function` with a narrower type that works for all our use cases is tricky...
150
- // eslint-disable-next-line @typescript-eslint/ban-types
150
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
151
151
  function isFunction(obj) {
152
152
  return typeof obj === 'function';
153
153
  }