UNPKG

@daysnap/utils

Version:
5 lines (3 loc) 120 B
declare const btoa: (string: string) => string; declare const atob: (string: string) => string; export { atob, btoa };