Welcome to mirror list, hosted at ThFree Co, Russian Federation.

utils.js « explorer « registry « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44262a6cbb66a3ec58c53e7d6a728331a0be2262 (plain)
1
export const decodeAndParse = param => JSON.parse(window.atob(param));