• File: get.d.ts
  • Full Path: /var/www/nodejs/simo_meps_file_script/node_modules/dunder-proto/get.d.ts
  • Date Modified: 02/28/2025 8:55 PM
  • File size: 121 bytes
  • MIME-type: text/plain
  • Charset: utf-8
declare function getDunderProto(target: {}): object | null;

declare const x: false | typeof getDunderProto;

export = x;