declare const pi: number;. export default pi;. One style of exporting in CommonJS is to export a function. Because a function is also an object, then extra ...
確定! 回上一頁