Skip to content

Instantly share code, notes, and snippets.

@Kreijstal
Last active February 14, 2022 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kreijstal/b835118443bad2c3394403bcf11ca603 to your computer and use it in GitHub Desktop.
Save Kreijstal/b835118443bad2c3394403bcf11ca603 to your computer and use it in GitHub Desktop.
export const propertyA = "A";
export const propertyB = "B";
//export something lodash_mapvalues;
export default function( x ){ // <---- declared as a default function
return x * x;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment