Example #1
0
			incorrectStreak: () => vTypeof.validate(value, 'number'),
Example #2
0
			totalViews: () => vTypeof.validate(value, 'number')
Example #3
0
			gotCorrect: () => vTypeof.validate(value, 'boolean'),