Describes function parameter input multi: ( a, b, c ... n ) => X list : ([a, b, c ... n]) => X
multi
list
Describes function modes sync : Normal function async: Promised result
sync
async
Describes types that can be narrowed
Describes function parameter input
multi
: ( a, b, c ... n ) => Xlist
: ([a, b, c ... n]) => X