mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
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.
3 lines
62 B
JavaScript
3 lines
62 B
JavaScript
export { default } from './API';
|
|
export * from './constants';
|