選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7 行
167B

  1. 'use strict';
  2. const cliBoxes = require('./boxes.json');
  3. module.exports = cliBoxes;
  4. // TODO: Remove this for the next major release
  5. module.exports.default = cliBoxes;