We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9a4f3 commit 6591629Copy full SHA for 6591629
lib/node_modules/@stdlib/dstructs/named-typed-tuple/examples/index.js
@@ -57,8 +57,5 @@ console.log( p.orderedFields );
57
// Serialize the tuple as a string:
58
console.log( p.toString() );
59
60
-// Serialize the tuple as a locale string
61
-console.log( p.toLocaleString() );
62
-
63
// Serialize the tuple a JSON string:
64
console.log( JSON.stringify( p ) );
0 commit comments