Skip to content

Instantly share code, notes, and snippets.

@trezy
Created October 5, 2016 17:02
Show Gist options
  • Save trezy/008e6ff0472eab59d78c6ca39748f9e5 to your computer and use it in GitHub Desktop.
Save trezy/008e6ff0472eab59d78c6ca39748f9e5 to your computer and use it in GitHub Desktop.
// Private property, cannot from the importing file
let bar = 'baz'
export default class Foo {
constructor () {
console.log(bar)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment