UNPKG

@types/base64-url

Version:
5 lines (4 loc) 228 B
export function decode(value: string, encoding?: string): string; export function encode(value: string, encoding?: string): string; export function escape(value: string): string; export function unescape(value: string): string;