UNPKG

server-status-check

Version:

query the server periodically to check whether it is up

5 lines 319 B
import { LoadDictElement } from 'di-why/build/src/DiContainer'; declare type MissingRefValueReplacementCallback = (ref: string) => string; declare const loadDictElement: LoadDictElement<MissingRefValueReplacementCallback>; export default loadDictElement; //# sourceMappingURL=missingRefValueReplacementCallback.d.ts.map