Created
July 2, 2024 06:16
-
-
Save indus/eb0e13af2ad262520dcb9bbebd44c7cf to your computer and use it in GitHub Desktop.
ms_script
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
module.exports = { | |
test(){ | |
console.log("just a test"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment