Function: filterAsync
i18n/src.filterAsync
filterAsync<
T
>(array
,callbackfn
):Promise
<T
[]>
Type parameters
▪ T
Parameters
▪ array: T
[]
▪ callbackfn: (value
, index
, array
) => Promise
<boolean
>
Returns
Promise
<T
[]>
Source
libs/i18n/src/lib/utils/file.ts:17
Generated using typedoc-plugin-markdown and TypeDoc