twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

index.d.ts (103B)


      1 declare module 'fast-deep-equal' {
      2     const equal: (a: any, b: any) => boolean;
      3     export = equal;
      4 }