aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/typings.d.ts
blob: 24473aedea331c43dc5a7f5af7bd63ac8c2b81b0 (plain) (tree)
1
2
3
4
5
6
7
8
                                

                              
                      
            
 

                                        
/* SystemJS module definition */
declare var module: NodeModule

interface NodeModule {
  id: string
}

declare module 'markdown-it-emoji/light'