UNPKG

url-safe-base64

Version:
6 lines (5 loc) 249 B
export function encode(base64: string): string; export function decode(safe: string): string; export function trim(string: string): string; export function isBase64(string: string): boolean; export function isUrlSafeBase64(string: string): boolean;