aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/typings.d.ts
blob: ef6c9f2f5d2983b70893a5f157b140899e8426f7 (plain) (blame)
1
2
3
4
5
6
/* SystemJS module definition */
declare var module: NodeModule

interface NodeModule {
  id: string
}