You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }