• File: set.d.ts
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/dunder-proto/set.d.ts
  • Date Modified: 10/26/1985 8:15 AM
  • File size: 144 bytes
  • MIME-type: text/plain
  • Charset: utf-8
declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;

declare const x: false | typeof setDunderProto;

export = x;