File: index.d.ts

package info (click to toggle)
node-setprototypeof 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: javascript: 34; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (20)
1
2
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;