Skip to content

Commit

Permalink
Readme touch
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzanhen committed Dec 8, 2023
1 parent 604f4bc commit bd26d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Executes a provided function once per each member in the set, in insertion order
Creates a clone of the set; does not create a deep copy of the members.
`set.clone()` is equivalent to `new ObjectSet(set)`.

#### ` emptyClone<S = T>(): ObjectSet<S>`
#### `emptyClone<S = T>(): ObjectSet<S>`
Returns a new set with the same options as this but no keys or values.

#### `filter(predicate: (value: T) => boolean): ObjectSet<T>`
Expand Down

0 comments on commit bd26d47

Please sign in to comment.