smartcheck/ts/index.ts
2019-03-02 23:10:32 +01:00

11 lines
134 B
TypeScript

import * as plugins from './smartcheck.plugins';
/**
* smartcheck
*/
export class Smartcheck {
checkServiceStatus() {
}
}