UNPKG

@splitsoftware/splitio-commons

Version:
7 lines (6 loc) 195 B
export function booleanMatcherContext(ruleAttr) { return function booleanMatcher(runtimeAttr) { var booleanMatches = ruleAttr === runtimeAttr; return booleanMatches; }; }