UNPKG

@types/atob-lite

Version:
5 lines (3 loc) 100 B
type DecodedData = string; declare function atob(encodedData: string): DecodedData; export = atob;