Skip to content

Instantly share code, notes, and snippets.

@AlbanMinassian
Created June 28, 2021 15:20
Show Gist options
  • Save AlbanMinassian/6b7828c2e67b32ac89810deac4e72e78 to your computer and use it in GitHub Desktop.
Save AlbanMinassian/6b7828c2e67b32ac89810deac4e72e78 to your computer and use it in GitHub Desktop.
Comprendre l'architecture hexagonale en 5 minutes - Services - index.mjs
// index.mjs
import mon_premier_service from "services/mon_premier_service.mjs"
const datas = { "name": "world" };
const adapters = {};
const result = mon_premier_service(datas, adapters);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment