export * as ns from "module"

再エクスポート(re-export)構文というようだ

export * as ns from "module"

ecmaには、

モジュール内で使用するための専用構文

と書いてある。

最終更新