UNPKG

psn-api

Version:

A well-tested library that lets you get trophy, user, and game data from the PlayStation Network.

5 lines (4 loc) 123 B
/** * Cross-platform base64 decoding function */ export declare function decodeBase64(base64String: string): string;