You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`0643357`](https://github.com/stdlib-js/stdlib/commit/0643357a47588bc83f4539b8fd801f1994374949) - **test:** ensure passing on newer Node.js and cleanup after each test _(by Philipp Burckhardt)_
116
117
-[`cbb9a3c`](https://github.com/stdlib-js/stdlib/commit/cbb9a3cb07582ffd3b2f1406a81fa8fd31dacc3b) - **docs:** minor clean-up _(by Philipp Burckhardt)_
117
118
-[`b34ff7a`](https://github.com/stdlib-js/stdlib/commit/b34ff7a7f7f86904c29001a89d35abcdbbc5b04e) - **fix:** return boolean to avoid misleading type predicate _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: is-struct/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,13 @@ bool = isStruct( null );
92
92
93
93
<sectionclass="related">
94
94
95
+
* * *
96
+
97
+
## See Also
98
+
99
+
- <spanclass="package-name">[`@stdlib/assert/is-struct-constructor-like`][@stdlib/assert/is-struct-constructor-like]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is struct constructor-like.</span>
100
+
- <spanclass="package-name">[`@stdlib/dstructs/struct`][@stdlib/dstructs/struct]</span><spanclass="delimiter">: </span><spanclass="description">fixed-width composite data type (a.k.a., a `struct`).</span>
0 commit comments