Axel Rauschmayer (2013-07-04T14:43:56.000Z)
When importing from a multi-export module, you need to wrap things in braces, which enables convenient syntax for single-export modules.
Why? Have single-export modules in npm been counted? Are there more than multi-export modules?

I’m guessing that single-export modules will usually export functions, right?

Thanks!

Axel

-- 
Dr. Axel Rauschmayer
axel at rauschma.de

home: rauschma.de
twitter: twitter.com/rauschma
blog: 2ality.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130704/cae8c5e8/attachment.html>
github at esdiscuss.org (2013-07-12T02:27:45.676Z)
When importing from a multi-export module, you need to wrap things in braces, which enables convenient syntax for single-export modules.
Why? Have single-export modules in npm been counted? Are there more than multi-export modules?

I'm guessing that single-export modules will usually export functions, right?