SpeedcuberOSS / speedcuber-timer

The smart, offline-ready speedcubing Android/iOS app made for speedcubers, by speedcubers.
Mozilla Public License 2.0
3 stars 0 forks source link

Add STIF Wrappers #98

Closed thehale closed 9 months ago

thehale commented 1 year ago

Essentially classes which wrap a STIF object and provide methods for each attribute and several other computed attributes:

// Example
class Attempt
  constructor(attempt: STIF.Attempt)
  inspectionDuration(): number
  solveDuration(): number
  solveDurationWithoutPenalties(): number
  result(): number | 'DNF' | 'DNS'