HTMLify

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

Comments