feat(utils): sleep function
a small debug tool
This commit is contained in:
		@@ -0,0 +1,3 @@
 | 
			
		||||
export const Sleep = (ms:number)=> {
 | 
			
		||||
  return new Promise(resolve=>setTimeout(resolve, ms))
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user