PeerTube/client/src/typings.d.ts

10 lines
188 B
TypeScript
Raw Normal View History

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