source:
imaps-frontend/node_modules/hasown/index.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 117 bytes |
Line | |
---|---|
1 | declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>; |
2 | |
3 | export = hasOwn; |
Note:
See TracBrowser
for help on using the repository browser.