UNPKG

@azure/cosmos

Version:
6 lines 203 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export default function atob(str) { return Buffer.from(str, "base64").toString("binary"); } //# sourceMappingURL=atob.js.map