Skip to content

Commit

Permalink
export new grade scales
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed Jun 19, 2023
1 parent 514fbe6 commit a9a9816
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
convertGrade
} from './GradeParser'
import { GradeBands, GradeBandTypes } from './GradeBands'
import { YosemiteDecimal, French, UIAA, Font, VScale, Ewbank, Norwegian } from './scales'
import { AI, Ewbank, Font, French, Norwegian, Saxon, UIAA, VScale, WI, YosemiteDecimal } from './scales'

// Free Climbing Grades
// YDS
Expand Down Expand Up @@ -297,12 +297,18 @@ export {
GradeScales,
GradeScalesTypes,
GradeBands,
GradeBandTypes,
YosemiteDecimal,
GradeBandTypes
}

export {
AI,
Ewbank,
Font,
French,
Norwegian,
Saxon,
UIAA,
Font,
VScale,
Ewbank,
Norwegian
WI,
YosemiteDecimal
}

0 comments on commit a9a9816

Please sign in to comment.