UNPKG

@appzung/react-native-code-push

Version:

React Native plugin for the CodePush service

4 lines 199 B
import { LogLevel } from './enums/LogLevel.enum'; export declare const setLogLevel: (level: LogLevel) => void; export declare const getLogLevel: () => LogLevel; //# sourceMappingURL=logLevel.d.ts.map