]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/typings.d.ts
Generate translations
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
index ef5c7bd620579296a1290b1a0b04c96d72e57bc6..ef6c9f2f5d2983b70893a5f157b140899e8426f7 100644 (file)
@@ -1,5 +1,6 @@
 /* SystemJS module definition */
-declare var module: NodeModule;
+declare var module: NodeModule
+
 interface NodeModule {
-  id: string;
+  id: string
 }