tc39 / proposal-export-ns-from

Proposal to add `export * as ns from "mod";` to ECMAScript.

Home Page:https://tc39.github.io/proposal-export-ns-from/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any syntax make import * as ns from 'mod' and export * from 'mod' become one syntax?

NE-SmallTown opened this issue · comments

Like the title says.I don't find the syntax in the table,so if there is, or I am wrong.Please let me know,thanks a lot :)

Hi @NE-SmallTown!

That's what this proposal is for, i.e:

export * as ns from "mod";