UNPKG

@appzung/react-native-code-push

Version:

React Native plugin for the CodePush service

8 lines (7 loc) 281 B
"use strict"; import { UpdateState } from "../enums/UpdateState.enum.js"; import { getUpdateMetadata } from "../getUpdateMetadata.js"; export async function getCurrentPackage() { return await getUpdateMetadata(UpdateState.LATEST); } //# sourceMappingURL=getCurrentPackage.js.map