]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/typings.d.ts
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
CommitLineData
63c4db6d 1/* SystemJS module definition */
c199c427
C
2declare var module: NodeModule
3
63c4db6d 4interface NodeModule {
c199c427 5 id: string
63c4db6d 6}