This website requires JavaScript.
Explore
Help
Sign in
quine-global
/
hyper
Watch
1
Star
0
Fork
You've already forked hyper
0
mirror of
https://github.com/quine-global/hyper.git
synced
2026-01-13 04:28:41 -09:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
bf2d6ea855
hyper
/
lib
/
constants
/
index.js
4 lines
43 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Prefer default export to make XO happy (#931) * Comply with prefer-default-export rule for findBySession function * Remove XO's prefer-default-export rule * Comply with prefer-default-export rule for init function * Comply with prefer-default-export rule for getRootGroups function * Comply with prefer-default-export rule for INIT constant * Comply with prefer-default-export rule for isExecutable function * Fix default export for constants * Comply with prefer-default-export rule for last function * Comply with prefer-default-export rule for getColorList function
2016-10-25 04:53:15 -08:00
const
INIT
=
'INIT'
;
export
default
INIT
;
Reference in a new issue
Copy permalink