Home Manual Reference Source Test

lib/contants.js

export const ErrorMsg = {
	MAX_LOOP_PER_FRAME: 'Maximum Loop Per Frame has to be a number',
	START_INDEX: 'Start Index has to be a number',
	END_INDEX: 'End Index has to be a number'
};