smart-energy-monitor/software/flow/node_modules/setprototypeof/index.d.ts

3 lines
93 B
TypeScript
Raw Normal View History

2023-02-22 17:26:41 +01:00
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;