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