import { Energizor } from '@kondah/energizor'

const container = new Energizor()

container.register(EmailService)

const emailService = container.get(EmailService)
emailService.send("john@example.com", "Hey John!")

Ever wondered how this works? Well, then you have come to the right address!