mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
228f7f746e
commit
ccbc4ab48e
@ -49,6 +49,7 @@ Library of JavaScript type extensions, types and utilities.
|
||||
- [`<set>.replace(..)`](#setreplace)
|
||||
- [`<set>.replaceAt(..)`](#setreplaceat)
|
||||
- [`<set>.sort(..)`](#setsort)
|
||||
- [`<set>.filter(..)` / `<set>.map(..)` / `<set>.forEach(..)` / `<set>.reduce(..)` / `<set>.reduceRight(..)`](#setfilter--setmap--setforeach--setreduce--setreduceright)
|
||||
- [`Date`](#date)
|
||||
- [`Date.timeStamp(..)`](#datetimestamp)
|
||||
- [`Date.fromTimeStamp(..)`](#datefromtimestamp)
|
||||
@ -1094,6 +1095,12 @@ This is similar to [`<map>.sort(..)`](#mapsort) and [`Object.sort(..)`](#objects
|
||||
see the later for more info.
|
||||
|
||||
|
||||
### `<set>.filter(..)` / `<set>.map(..)` / `<set>.forEach(..)` / `<set>.reduce(..)` / `<set>.reduceRight(..)`
|
||||
|
||||
For more info see corresponding stoppable methods in
|
||||
[`Array`'s section](#arraysmap--arraysfilter--arraysreduce--arraysforeach).
|
||||
|
||||
|
||||
|
||||
## `Date`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user