export const isMetaRoll = (roll: any): roll is symbol => typeof roll === 'symbol';
