// index.ts file in our app import moment from 'moment' moment(); // compliant with es6 module spec // transpiled js with esModuleInterop (simplified): const ...
確定! 回上一頁