UNPKG

hosty

Version:

A code based opinionated way to self-host and manage web apps.

4 lines 163 B
export function ssh_key(name, attrs, common = {}) { return { name, 'community.crypto.openssh_keypair': attrs, ...common }; } //# sourceMappingURL=crypto.js.map