dcrouter/ts/mta/mta.classes.apimanager.ts

8 lines
137 B
TypeScript
Raw Permalink Normal View History

2024-02-16 13:28:40 +01:00
import * as plugins from './plugins.js';
export class ApiManager {
public typedrouter = new plugins.typedrequest.TypedRouter();
}