]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/typings.d.ts
Add ability to filter by host in search page
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
index ef5c7bd620579296a1290b1a0b04c96d72e57bc6..24473aedea331c43dc5a7f5af7bd63ac8c2b81b0 100644 (file)
@@ -1,5 +1,8 @@
 /* SystemJS module definition */
-declare var module: NodeModule;
+declare var module: NodeModule
+
 interface NodeModule {
-  id: string;
+  id: string
 }
+
+declare module 'markdown-it-emoji/light'