biofriction-wp-theme/node_modules/setprototypeof/index.d.ts

3 lines
93 B
TypeScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;