export const DLVERSION = '0.0.9' // We add some extra properties into various objects throughout, better to use symbols and not interfere. this is just a tiny optimization export const [USE_MAPFN, TARGET, PROXY, STEPS, LISTENERS, IF, STATEHOOK] = Array.from(Array(7), Symbol) export const cssBoundary = 'dl-boundary'