File "index.d.ts"

Full Path: C:/wamp64/www/Seleccion/node_modules/hasown/index.d.ts
File size: 117 bytes
MIME-type: text/plain
Charset: utf-8

declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;

export = hasOwn;