tswatch/ts/tswatch.classes.elementserver.ts

12 lines
189 B
TypeScript
Raw Normal View History

2019-10-12 13:57:43 +00:00
import * as plugins from './tswatch.plugins';
/**
* an element server for developing lit elements compliant to gitzone standard
*/
export class ElementServer {
constructor() {
}
}