/home/techb158/balavpn.abdallabala.com/node_modules/es-abstract-get
NameSizeModeActions
.github/-0777rm
test/-0777rm
.nycrc1390666editdlrm
CHANGELOG.md8150666editdlrm
eslint.config.mjs7060666editdlrm
Get.d.ts1940666editdlrm
Get.js6100666editdlrm
GetMethod.d.ts3490666editdlrm
GetMethod.js7120666editdlrm
GetV.d.ts2000666editdlrm
GetV.js5360666editdlrm
isPropertyKey.d.ts2060666editdlrm
isPropertyKey.js1810666editdlrm
LICENSE10710666editdlrm
package.json25190666editdlrm
README.md30880666editdlrm
tsconfig.json680666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/es-abstract-get/GetMethod.d.ts (349B)
import { PropertyKey } from './isPropertyKey'; type GoodMethodKey = K extends keyof O ? (O[K] extends Function | null | undefined ? K : never) : K; declare function GetMethod( V: O, P: K & GoodMethodKey, ): Function | undefined; export = GetMethod;