UNPKG
map-transform-cjs
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
MapTransform with CJS support
github.com/oderayi/map-transform-cjs
oderayi/map-transform-cjs
map-transform-cjs
/
dist
/
operations
/
filter.d.ts
6 lines
(3 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
DataMapperWithOptions
,
AsyncDataMapperWithOptions
,
Operation
}
from
'../types.js'
; declare
function
filter
(
fn: DataMapperWithOptions | AsyncDataMapperWithOptions
):
Operation
;
export
{ filter
as
default
};