forked from wmantly/mc-bot-town
		
	idk
This commit is contained in:
		| @ -4,7 +4,5 @@ | ||||
| module.exports = { | ||||
| 	sleep: (ms)=> new Promise((resolve) => setTimeout(resolve, ms)), | ||||
| 	nextTick: ()=> new Promise(resolve => process.nextTick(resolve)), | ||||
| 	getOrRun: function(value){ | ||||
| 		return typeof(value) === 'function' ? value() : value | ||||
| 	}, | ||||
| 	getOrRun: (value)=> typeof(value) === 'function' ? value() : value, | ||||
| }; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user