File: index.d.ts

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