Skip to content

Instantly share code, notes, and snippets.

@JoaoCnh
Created December 18, 2017 14:18
Show Gist options
  • Save JoaoCnh/0d53d2b51202662886a3b475a0bf1de8 to your computer and use it in GitHub Desktop.
Save JoaoCnh/0d53d2b51202662886a3b475a0bf1de8 to your computer and use it in GitHub Desktop.
example file data
JSON.stringify({
fileName: values.file.name,
type: values.file.type,
size: `${values.file.size} bytes`
}, null, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment