import { hash } from "argon2_ffi";

console.log(await hash("test"));
