UNPKG

@splitsoftware/splitio-commons

Version:
9 lines (6 loc) 214 B
export function booleanMatcherContext(ruleAttr: boolean) { return function booleanMatcher(runtimeAttr: boolean): boolean { const booleanMatches = ruleAttr === runtimeAttr; return booleanMatches; }; }