UNPKG

server-status-check

Version:

query the server periodically to check whether it is up

5 lines 238 B
import { LoadDictElement } from 'di-why/build/src/DiContainer'; import { SendMail } from '../utils/mailSend'; declare const loadDictElement: LoadDictElement<SendMail>; export default loadDictElement; //# sourceMappingURL=mailSend.d.ts.map