Skip to content

Instantly share code, notes, and snippets.

@M3nin0
Created November 14, 2023 19:26
Show Gist options
  • Save M3nin0/bfc60b11b1248ae9d55101b17de20030 to your computer and use it in GitHub Desktop.
Save M3nin0/bfc60b11b1248ae9d55101b17de20030 to your computer and use it in GitHub Desktop.
const TestToolbox = {
BasicPrint: (text) => {
console.log(text);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment