Skip to content

Commit 6591629

Browse files
authored
Discard changes to lib/node_modules/@stdlib/dstructs/named-typed-tuple/examples/index.js
1 parent fd9a4f3 commit 6591629

File tree

1 file changed

+0
-3
lines changed
  • lib/node_modules/@stdlib/dstructs/named-typed-tuple/examples

1 file changed

+0
-3
lines changed

lib/node_modules/@stdlib/dstructs/named-typed-tuple/examples/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,5 @@ console.log( p.orderedFields );
5757
// Serialize the tuple as a string:
5858
console.log( p.toString() );
5959

60-
// Serialize the tuple as a locale string
61-
console.log( p.toLocaleString() );
62-
6360
// Serialize the tuple a JSON string:
6461
console.log( JSON.stringify( p ) );

0 commit comments

Comments
 (0)