- Parser/Formatter
							queries — Parse url query to JSON object or stringify JSON object to url query. 
							filenames — Split filename to name and extions. 
							bytes — Transform bytes number to readable string. 
							dates — Convert date or date string to specified format. 
						
					 
					- Side-Effects
							cookies — Operation cookies in broswer. 
						
					 
					- Functional
							once — Return a function only can run noce. 
							poll — Repeat run function until return true.