mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-15 15:10:02 -04:00
7 lines
323 B
JavaScript
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'
|