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) 114 B
/** * Cross-platform base64 encoding function */ export declare function encodeBase64(str: string): string;