Skip to content

Instantly share code, notes, and snippets.

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