This commit is contained in:
Aarni Halinen
2020-11-24 22:47:31 +02:00
parent c7ad66836a
commit c937f1bfb1
14 changed files with 39 additions and 33 deletions
+3
View File
@@ -0,0 +1,3 @@
// eslint-disable-next-line @typescript-eslint/no-empty-function
const noop = () => {};
export default noop;