Skip to content

Instantly share code, notes, and snippets.

@dupski
Created February 28, 2017 07:48
Show Gist options
  • Save dupski/9096e94ae2d5713aa565d8e78fc475a3 to your computer and use it in GitHub Desktop.
Save dupski/9096e94ae2d5713aa565d8e78fc475a3 to your computer and use it in GitHub Desktop.
Example of an ES6 Module with a default export
export default class Product {
name: string;
price: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment