UNPKG

@ckstack/ck-push-retry

Version:

ckstack push retry server module

7 lines (6 loc) 239 B
import { IMyProcessConfig } from './MyInterfaces'; declare let conf: IMyProcessConfig; declare const setConfig: (confFilePathOrData: string | { [key: string]: any; }, packageJsonFilePath?: string) => void; export { conf, setConfig, };