@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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
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/
|
150
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
151
151
|
function isFunction(obj) {
|
152
152
|
return typeof obj === 'function';
|
153
153
|
}
|