UNPKG

xatto

Version:

xatto is View Layer Library based on Function and Context using VirtualDOM. This is developed by forking from jorgebucaran/superfine.

3 lines (2 loc) 146 B
export const delay = (time) => (new Promise((res) => setTimeout(res, time))) export const minify = (strings) => strings[0].replace(/\s{2,}/g, '')