Skip to content

Commit 42ef806

Browse files
Merge pull request #83 from spring-media/PLUS-2658-1
PLUS-2658 added missing func declaration
2 parents 7f5ac5f + b20b82e commit 42ef806

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ps-web-apis.ts

+4
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ export function abV1(): Promise<AbV1> {
321321
return requirePackage("ab:v1");
322322
}
323323

324+
export function walletV1(): Promise<WalletV1> {
325+
return requirePackage("wallet:v1");
326+
}
327+
324328
export function CligV1(): Promise<ICligV1> {
325329
return requirePackage("ppclig:v1");
326330
}

0 commit comments

Comments
 (0)