Variable DEFAULT_MATCH_CONFIGConst

DEFAULT_MATCH_CONFIG: MatchConfig = ...

The default match configuration.

export const DEFAULT_MATCH_CONFIG: MatchConfig = {
ignoreOneShots: false,
ignoreAdultContent: false,
blurAdultContent: true,
};