2 lines
71 B
JavaScript
2 lines
71 B
JavaScript
|
export const decodeAndParse = param => JSON.parse(window.atob(param));
|