UNPKG

203 BJavaScriptView Raw
1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT license.
3export default function atob(str) {
4 return Buffer.from(str, "base64").toString("binary");
5}
6//# sourceMappingURL=atob.js.map
\No newline at end of file