Type Alias: FilterFunction()<T>
FilterFunction<
T
>: (this
,i
,el
) =>boolean
Function signature, for traversal methods.
Type Parameters
• T
FilterFunction<
T
>: (this
,i
,el
) =>boolean
Function signature, for traversal methods.
• T