📄 has-own-property.ts
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/website/src/components/lib/has-own-property.ts
Functions¶
hasOwnProperty(property: Key, object: Container): object is Container & Record<Key, unknown>
¶
Code
- Parameters:
property: Key
object: Container
- Return Type:
object is Container & Record<Key, unknown>