Skip to content

Commit ad351ae

Browse files
committed
Auto-generated commit
1 parent 09b2c3f commit ad351ae

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,14 @@ bool = isSameType( 0.0, '0.0' );
130130

131131
<section class="related">
132132

133+
* * *
134+
135+
## See Also
136+
137+
- <span class="package-name">[`@stdlib/assert-is-same-native-class`][@stdlib/assert/is-same-native-class]</span><span class="delimiter">: </span><span class="description">test if two arguments have the same native class.</span>
138+
- <span class="package-name">[`@stdlib/assert-is-same-value`][@stdlib/assert/is-same-value]</span><span class="delimiter">: </span><span class="description">test if two arguments are the same value.</span>
139+
- <span class="package-name">[`@stdlib/assert-is-strict-equal`][@stdlib/assert/is-strict-equal]</span><span class="delimiter">: </span><span class="description">test if two arguments are strictly equal.</span>
140+
133141
</section>
134142

135143
<!-- /.related -->
@@ -205,6 +213,12 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
205213

206214
<!-- <related-links> -->
207215

216+
[@stdlib/assert/is-same-native-class]: https://github.com/stdlib-js/assert-is-same-native-class
217+
218+
[@stdlib/assert/is-same-value]: https://github.com/stdlib-js/assert-is-same-value
219+
220+
[@stdlib/assert/is-strict-equal]: https://github.com/stdlib-js/assert-is-strict-equal
221+
208222
<!-- </related-links> -->
209223

210224
</section>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {},
4040
"devDependencies": {
4141
"@stdlib/assert-is-boolean": "^0.1.1",
42-
"@stdlib/bench": "^0.1.0",
42+
"@stdlib/bench": "^0.2.0",
4343
"@stdlib/number-ctor": "^0.1.1",
4444
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4545
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)