Skip to content

Instantly share code, notes, and snippets.

@qetr1ck-op
Created January 15, 2016 13:14
Show Gist options
  • Save qetr1ck-op/87ad70ddd0c5631c93d7 to your computer and use it in GitHub Desktop.
Save qetr1ck-op/87ad70ddd0c5631c93d7 to your computer and use it in GitHub Desktop.
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