Created
January 15, 2016 13:14
-
-
Save qetr1ck-op/87ad70ddd0c5631c93d7 to your computer and use it in GitHub Desktop.
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
const file1 = getSync('file1.json'); | |
const file2 = getSync('file2.json'); | |
const file3 = getSync('file3.json'); | |
console.log(file1); | |
console.log(file2); | |
console.log(file3); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment