Last active
August 27, 2019 13:13
-
-
Save KATT/4bf83631546c226d02571ba90353b49e 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
import { someThing } from './someThing'; | |
console.log(someThing); // <-- Here you just just need to start typing `some..` in VSCode and it'll do the import automatically |
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
export const someThing = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment