(hash: string)
| 66 | let uuid = PushyConstants.uuid; |
| 67 | |
| 68 | async function getLocalHashInfo(hash: string) { |
| 69 | return JSON.parse(await PushyModule.getLocalHashInfo(hash)); |
| 70 | } |
| 71 | |
| 72 | // @deprecated use currentVersionInfo instead |
| 73 | export async function getCurrentVersionInfo(): Promise<{ |
no test coverage detected