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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,10 +158,10 @@ bool = instanceOf( {}, Function );
158
158
159
159
## See Also
160
160
161
-
- [`@stdlib/assert/is-prototype-of`][@stdlib/assert/is-prototype-of]:test if an object's prototype chain contains a provided prototype.
162
-
- [`@stdlib/utils/constructor-name`][@stdlib/utils/constructor-name]: determine the name of a value's constructor.
163
-
- [`@stdlib/utils/inherit`][@stdlib/utils/inherit]: implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
164
-
- [`@stdlib/utils/type-of`][@stdlib/utils/type-of]: determine a value's type.
161
+
-<span class="package-name">[`@stdlib/assert/is-prototype-of`][@stdlib/assert/is-prototype-of]</span><span class="delimiter">:</span><span class="description">test if an object's prototype chain contains a provided prototype.</span>
162
+
- <span class="package-name">[`@stdlib/utils/constructor-name`][@stdlib/utils/constructor-name]</span><span class="delimiter">: </span><span class="description">determine the name of a value's constructor.</span>
163
+
- <span class="package-name">[`@stdlib/utils/inherit`][@stdlib/utils/inherit]</span><span class="delimiter">: </span><span class="description">implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.</span>
164
+
- <span class="package-name">[`@stdlib/utils/type-of`][@stdlib/utils/type-of]</span><span class="delimiter">: </span><span class="description">determine a value's type.</span>
0 commit comments