tswatch/ts/tswatch.classes.elementserver.ts
2019-10-12 15:57:43 +02:00

12 lines
189 B
TypeScript

import * as plugins from './tswatch.plugins';
/**
* an element server for developing lit elements compliant to gitzone standard
*/
export class ElementServer {
constructor() {
}
}