Calls a defined callback function on each element of a list.
ts.map(map) Copy
ts.map(map)
But also works with generators.
list of things
function to convert a thing to something
each mapped thing
Generated using TypeDoc
Calls a defined callback function on each element of a list.
But also works with generators.