Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/deno_ral/encoding.ts
6458 views
1
/*
2
* encoding.ts
3
*
4
* Copyright (C) 2020-2024 Posit Software, PBC
5
*/
6
7
export { decodeBase64, encodeBase64 } from "encoding/base64";
8
9