Created
June 14, 2022 07:54
-
-
Save davidbarral/100c227c62b84917c5ab68eac3d69879 to your computer and use it in GitHub Desktop.
DI Pragmatic 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const updateUserPreference = require("./use-cases/update-user-preference.js"); | |
updateUserPreference({ key: "someKey", value: "someValue" }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment