const nbt = require('prismarine-nbt'); async function aaa () { console.log(await nbt.stringify("e")); } aaa()