Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 473 Bytes

File metadata and controls

17 lines (12 loc) · 473 Bytes

Description

Related Issue

Checklist

  • My code follows the project's code style
    • always var
    • follow existing naming conventions
    • always this.
    • no pointless comments
  • I will not force push after a code review of my PR has started
  • I have added tests that cover my changes