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

Index.ts 301B

12345678910111213
  1. import * as Back from './src/Backend';
  2. import * as Front from './src/Frontend';
  3. import * as Types from './src/Types';
  4. import * as Utils from './src/Utils';
  5. import * as Interfaces from './src/Interfaces';
  6. export {
  7. Back as Backend,
  8. Front as Frontend,
  9. Types,
  10. Utils,
  11. Interfaces,
  12. }