Skip to main content

createSearchEventMatcher()

function createSearchEventMatcher(a, options?): (c) => SearchEventMatch;

Parameters

ParameterType
astring
options{ nullIsTrue?: boolean; }
options.nullIsTrue?boolean

Returns

(c) => SearchEventMatch