Skip to content

Instantly share code, notes, and snippets.

@vschoener
Last active August 11, 2020 08:00
Show Gist options
  • Save vschoener/681939478675c395c8dbdd6331165124 to your computer and use it in GitHub Desktop.
Save vschoener/681939478675c395c8dbdd6331165124 to your computer and use it in GitHub Desktop.
main example Setup TypeScript project with art
import {GoogleService } from './services/google.service'
import {AwsService} from './services/aws.service'
import * as fs from 'fs'
const user = {
name: "john",
"lastname": "doe",}
console.log(new AwsService().log("test"))
console.log(new GoogleService().call("test"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment