Skip to content

Instantly share code, notes, and snippets.

@masious
Created May 22, 2018 13:59
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 masious/408b322c3e3ce5d8162ebe3507cc2afa to your computer and use it in GitHub Desktop.
Save masious/408b322c3e3ce5d8162ebe3507cc2afa to your computer and use it in GitHub Desktop.
import { posts } from './posts';
export const PostService = () => Promise.resolve(posts);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment