Skip to content

Commit

Permalink
docs: Remove Node.js 10 notice (#10593)
Browse files Browse the repository at this point in the history
docs: remove Node.js 10 notice
  • Loading branch information
Jiralite authored Nov 12, 2024
1 parent b8f5a68 commit e2df0e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/collection/src/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ export class Collection<Key, Value> extends Map<Key, Value> {

/**
* The sort method sorts the items of a collection in place and returns it.
* The sort is not necessarily stable in Node 10 or older.
* The default sort order is according to string Unicode code points.
*
* @param compareFunction - Specifies a function that defines the sort order.
Expand Down Expand Up @@ -1026,7 +1025,6 @@ export class Collection<Key, Value> extends Map<Key, Value> {

/**
* The sorted method sorts the items of a collection and returns it.
* The sort is not necessarily stable in Node 10 or older.
* The default sort order is according to string Unicode code points.
*
* @param compareFunction - Specifies a function that defines the sort order.
Expand Down

0 comments on commit e2df0e0

Please sign in to comment.