CommonJS modules can be imported by importing the default export. For example: import pkg from 'p-timeout'; const { TimeoutError } = pkg;.
確定! 回上一頁