@lwc/synthetic-shadow 7.2.2 → 7.2.3-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
}
|