UNPKG

qala

Version:

Discrete Node.js solution for secure access to encrypted data, using ephemeral tokens.

9 lines (6 loc) 130 B
/** * Qalá - Environment Variable Proxy * Main entry point */ const Qala = require('./lib/qala.js'); module.exports = Qala;