This website requires JavaScript.
Explore
Help
Register
Sign In
ZF
/
jitsi-meet
Watch
1
Star
0
Fork
0
You've already forked jitsi-meet
mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced
2026-05-14 16:07:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5b7e3bb2d77bfb9c795d2a20d5e4a2bf7ce54b8e
jitsi-meet
/
modules
/
API
/
index.js
3 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(build) drop export-default-from plugin The proposal never passed stage 1 and was last updated 4 years ago, which signals it won't make it into the language: https://github.com/tc39/proposal-export-default-from The alternative is just a couple of characters longer.
2025-02-03 13:46:01 +01:00
export
{
default
}
from
'./API'
;
feat(transport): Implement transport module The transport module will be handling all external app communication.
2017-04-17 10:52:31 -05:00
export
*
from
'./constants'
;
Reference in New Issue
Copy Permalink