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 134B

1234567
  1. import * as Back from './src/Backend';
  2. import * as Front from './src/Frontend';
  3. export {
  4. Back as Backend,
  5. Front as Frontend
  6. }