UNPKG

@gameroom/cli

Version:

A command line tool for Gameroom

8 lines (6 loc) 200 B
const { promisify } = require('util'), { stringify } = require('csv-stringify') module.exports = async (data) => { const string = stringify(data, { header: true }) return Buffer.from(string) }