モジュール化を行うexportには、モジュールごとに複数のexportを ... export const sqrt = Math.sqrt; export function square(x) { return x * x; } ...
確定! 回上一頁