src/pattern-matching/rules/index.ts
export * from './MatcherRule';
export * from './MatchesAnything';
export * from './MatchesEqualTinyType';
export * from './MatchesIdentical';
export * from './MatchesObjectsWithCommonPrototype';
export * from './MatchesRegExp';