Metzploreur/node_modules/setprototypeof/index.d.ts

3 lines
93 B
TypeScript
Raw Normal View History

2023-11-01 16:33:25 +00:00
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;