typings.d.ts 180 B

123456789
  1. /* SystemJS module definition */
  2. // eslint-disable-next-line no-var
  3. declare var module: NodeModule
  4. interface NodeModule {
  5. id: string
  6. }
  7. declare module 'markdown-it-emoji/light'