wooorm/module-exports

Add support for JS default values

Opened this issue · 0 comments

export function xxx(yyy = zzz) {}

(whatever’s in zzz).