Skip to content

Instantly share code, notes, and snippets.

@vinodchauhan7
Created December 26, 2019 15:01
Show Gist options
  • Save vinodchauhan7/3e4bb8de2c1d2004d684bf27dfc9ec6d to your computer and use it in GitHub Desktop.
Save vinodchauhan7/3e4bb8de2c1d2004d684bf27dfc9ec6d 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