Files
trezor-suite/skills/comments.md
2026-02-12 15:22:32 +01:00

201 B

Comments

Start with uppercase letter and end with a period

// This is a comment that will help you understand what is happening in the
// code below.
const someFunction = () => null;