]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/typings.d.ts
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
index ef5c7bd620579296a1290b1a0b04c96d72e57bc6..ad21fdedf335781cf15fd487107b7b2ba22a6537 100644 (file)
@@ -1,5 +1,9 @@
 /* SystemJS module definition */
-declare var module: NodeModule;
+// eslint-disable-next-line no-var
+declare var module: NodeModule
+
 interface NodeModule {
-  id: string;
+  id: string
 }
+
+declare module 'markdown-it-emoji/light'