dreamlandjs/src/consts.js
2024-04-23 19:57:08 -04:00

7 lines
323 B
JavaScript

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'