Skip to content

Instantly share code, notes, and snippets.

@vinodchauhan7
Created December 26, 2019 15:03
Show Gist options
  • Save vinodchauhan7/5803622d2bc350cd6cb3212a5e03e807 to your computer and use it in GitHub Desktop.
Save vinodchauhan7/5803622d2bc350cd6cb3212a5e03e807 to your computer and use it in GitHub Desktop.
import { HandleError } from "./handleError";
import { Service } from "./service";
import { main } from "./app";
const handleError = new HandleError();
const service = new Service();
main(handleError, service);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment