twitst4tz

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

index.d.ts (93B)


      1 declare function setPrototypeOf(o: any, proto: object | null): any;
      2 export = setPrototypeOf;