Skip to content

Commit 1de63b0

Browse files
stdlib-botMeKaustubh07
authored andcommitted
docs: update namespace table of contents
PR-URL: stdlib-js#8554 Reviewed-by: Athan Reines <[email protected]>
1 parent 103ac86 commit 1de63b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/node_modules/@stdlib/symbol/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ The namespace contains the following:
5050
- <span class="signature">[`HasInstanceSymbol`][@stdlib/symbol/has-instance]</span><span class="delimiter">: </span><span class="description">has instance symbol which is used to determine if a constructor object recognizes an object as its instance.</span>
5151
- <span class="signature">[`IsConcatSpreadableSymbol`][@stdlib/symbol/is-concat-spreadable]</span><span class="delimiter">: </span><span class="description">concat spreadable symbol which specifies whether an array-like object should be flattened to its array elements during concatenation.</span>
5252
- <span class="signature">[`IteratorSymbol`][@stdlib/symbol/iterator]</span><span class="delimiter">: </span><span class="description">iterator symbol which specifies the default iterator for an object.</span>
53+
- <span class="signature">[`ReplaceSymbol`][@stdlib/symbol/replace]</span><span class="delimiter">: </span><span class="description">symbol which provides a method for replacing substrings matched by the current object.</span>
54+
- <span class="signature">[`ToPrimitiveSymbol`][@stdlib/symbol/to-primitive]</span><span class="delimiter">: </span><span class="description">symbol which specifies a method for converting an object to a primitive value.</span>
5355

5456
</div>
5557

@@ -102,6 +104,10 @@ console.log( objectKeys( ns ) );
102104

103105
[@stdlib/symbol/iterator]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/symbol/iterator
104106

107+
[@stdlib/symbol/replace]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/symbol/replace
108+
109+
[@stdlib/symbol/to-primitive]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/symbol/to-primitive
110+
105111
<!-- </toc-links> -->
106112

107113
</section>

0 commit comments

Comments
 (0)