cloudservices/src/main.ts

5 lines
84 B
TypeScript

import { Client } from './class';
// eslint-disable-next-line no-new
new Client();