UNPKG

@atlaskit/analytics-next

Version:

React components, HOCs and hooks to assist with tracking user activity with React components

4 lines (3 loc) 172 B
export type Matcher = string | RegExp | ((name: string) => boolean) | '*'; declare function matchEvent(matcher: Matcher, name: string): boolean; export default matchEvent;