Created
December 18, 2017 14:18
-
-
Save JoaoCnh/0d53d2b51202662886a3b475a0bf1de8 to your computer and use it in GitHub Desktop.
example file data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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