Skip to content

Files

Latest commit

8930941 · Jun 9, 2020

History

History
63 lines (60 loc) · 2.36 KB

dependency.md

File metadata and controls

63 lines (60 loc) · 2.36 KB

Dependency

A dependency is any function that you call from your function.

These can be hard-coded, or passed into your function using dependency-injection.