"use strict"; import { make_key } from '../../lib/crypto/secretbox.mjs'; export default async function() { console.log(make_key()); }