Skip to content

Commit

Permalink
Improve description of FUNCTION_PROTOTYPE const
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Feb 15, 2024
1 parent a4498b3 commit 9f89c85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contracts/src/support/reflections/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export const SUPPORT_REFLECTIONS: unique symbol = Symbol('@aedart/contracts/supp
/**
* The prototype of {@link Function}
*
* **Note**: _Prototype is obtained via `Reflect.getPrototypeOf(Function)`_
*
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/prototype
*
* @type {object}
Expand Down

0 comments on commit 9f89c85

Please sign in to comment.