Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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