UNPKG

integreat

Version:
4 lines (3 loc) 296 B
import type { EndpointDef } from '../types.js'; import type { Action, MapOptions, MapTransform } from '../../types.js'; export default function isEndpointMatch(endpoint: EndpointDef, mapTransform: MapTransform, mapOptions: MapOptions): (action: Action, isIncoming?: boolean) => Promise<boolean>;