In an ESM module, interaction with the target module is done through standard import ... For example, 'fs' in import fs from 'fs' will resolve to node:fs .
確定! 回上一頁