@tiptap/extension-code-block-lowlight 2.10.4 → 2.11.1

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.umd.js CHANGED
@@ -2652,6 +2652,7 @@
2652
2652
  });
2653
2653
  return view.DecorationSet.create(doc, decorations);
2654
2654
  }
2655
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
2655
2656
  function isFunction(param) {
2656
2657
  return typeof param === 'function';
2657
2658
  }