smartcheck/ts/index.ts

11 lines
134 B
TypeScript
Raw Permalink Normal View History

2019-03-02 22:10:32 +00:00
import * as plugins from './smartcheck.plugins';
2015-11-28 21:20:24 +00:00
2019-03-02 22:10:32 +00:00
/**
* smartcheck
*/
export class Smartcheck {
checkServiceStatus() {
}
}