UNPKG

@imduchuyyy/crypt-env

Version:

Secure environment manager with profile-based encrypted storage

6 lines (4 loc) 142 B
import { loadOrCreateProfile } from '../shared'; export async function addProfile(profile: string) { await loadOrCreateProfile(profile); }