Skip to content

Instantly share code, notes, and snippets.

@OliverJAsh
Created November 6, 2019 11:07
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 OliverJAsh/fdec1fbd44dad5c1ae73456289ba27c8 to your computer and use it in GitHub Desktop.
Save OliverJAsh/fdec1fbd44dad5c1ae73456289ba27c8 to your computer and use it in GitHub Desktop.
// ./api.js
export const getPhoto = () => {
/* … */
};
export const getUser = () => {
/* … */
};
export * as Api from "./api";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment