the ES6 modules spec states that a namespace import ( import * as x ) can only be an object, ... import * as fs from "fs";. import _ from "lodash";. fs.
確定! 回上一頁