stdlib
stdlib copied to clipboard
[RFC]: Add `@stdlib/assert/has-same-constructor`
Description
This RFC proposes to add an assertion utility to test whether two provided values have the same constructor.
Package: @stdlib/assert/has-same-constructor
Alias: hasSameConstructor
Related Issues
None.
Questions
No.
Other
No.
Checklist
- [X] I have read and understood the Code of Conduct.
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with
RFC:.