aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/typings.d.ts
blob: ad21fdedf335781cf15fd487107b7b2ba22a6537 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SystemJS module definition */
// eslint-disable-next-line no-var
declare var module: NodeModule

interface NodeModule {
  id: string
}

declare module 'markdown-it-emoji/light'