Newer
Older
vmk-demo-bot / frontend / node_modules / hasown / index.d.ts
@eugene-sukhodolskiy eugene-sukhodolskiy 17 days ago 117 bytes init
declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;

export = hasOwn;