Log in Register Dashboard Temp Share Shortlinks Frames API

HTMLify

index.d.ts
Views: 110 | Author: cody
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;

Comments