UNPKG

@ckstack/ck-push-sender

Version:

push sender 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, };