UNPKG

@splitsoftware/splitio-commons

Version:
7 lines (5 loc) 139 B
export function allMatcherContext() { return function allMatcher(runtimeAttr: string): boolean { return runtimeAttr != null; }; }