1
0
Fork 0
peertube/client/src/typings.d.ts

10 lines
180 B
TypeScript
Raw Normal View History

2017-12-11 16:36:46 +00:00
/* SystemJS module definition */
2021-08-17 12:42:53 +00:00
// eslint-disable-next-line no-var
2018-10-18 12:35:31 +00:00
declare var module: NodeModule
2017-12-11 16:36:46 +00:00
interface NodeModule {
2018-10-18 12:35:31 +00:00
id: string
2017-12-11 16:36:46 +00:00
}
2020-11-19 15:26:32 +00:00
declare module 'markdown-it-emoji/light'