UNPKG

haven-secrets-core

Version:

Core for Haven, the easy to use centralized secrets manager.

6 lines (4 loc) 133 B
const base64ToAscii = (plaintext) => { return Buffer.from(plaintext, "base64").toString("ascii"); }; export default base64ToAscii;