11 lines
134 B
TypeScript
11 lines
134 B
TypeScript
import * as plugins from './smartcheck.plugins';
|
|
|
|
/**
|
|
* smartcheck
|
|
*/
|
|
export class Smartcheck {
|
|
checkServiceStatus() {
|
|
|
|
}
|
|
}
|