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: lib/node_modules/@stdlib/symbol/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ The namespace contains the following:
50
50
- <spanclass="signature">[`HasInstanceSymbol`][@stdlib/symbol/has-instance]</span><spanclass="delimiter">: </span><spanclass="description">has instance symbol which is used to determine if a constructor object recognizes an object as its instance.</span>
51
51
- <spanclass="signature">[`IsConcatSpreadableSymbol`][@stdlib/symbol/is-concat-spreadable]</span><spanclass="delimiter">: </span><spanclass="description">concat spreadable symbol which specifies whether an array-like object should be flattened to its array elements during concatenation.</span>
52
52
- <spanclass="signature">[`IteratorSymbol`][@stdlib/symbol/iterator]</span><spanclass="delimiter">: </span><spanclass="description">iterator symbol which specifies the default iterator for an object.</span>
53
+
- <spanclass="signature">[`ReplaceSymbol`][@stdlib/symbol/replace]</span><spanclass="delimiter">: </span><spanclass="description">symbol which provides a method for replacing substrings matched by the current object.</span>
54
+
- <spanclass="signature">[`ToPrimitiveSymbol`][@stdlib/symbol/to-primitive]</span><spanclass="delimiter">: </span><spanclass="description">symbol which specifies a method for converting an object to a primitive value.</span>
0 commit comments