import { MMKVInterface } from './Types';

export const addMemoryWarningListener = (_mmkv: MMKVInterface): void => {
  //no-op function, there is not a web equivalent to memory warning
};
