Skip to content

Instantly share code, notes, and snippets.

@waldemarnt
Created August 21, 2017 16:56
Show Gist options
  • Save waldemarnt/f3c124775beac8cf294241072f337265 to your computer and use it in GitHub Desktop.
Save waldemarnt/f3c124775beac8cf294241072f337265 to your computer and use it in GitHub Desktop.
std esm
const math = {
sum(n1,n2) {
return n1+n2;
}
};
export default math;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment