Skip to content

Commit

Permalink
Update src/_lib/roundingMethods/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha Koss <koss@nocorp.me>
  • Loading branch information
tan75 and kossnocorp committed Sep 8, 2021
1 parent 2ad3c79 commit f4fbd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_lib/roundingMethods/index.ts
Expand Up @@ -15,4 +15,4 @@ export function getRoundingMethod(method: RoundingMethod) {
return RoundingMap[method]
}

export const defaultRoundingMethod = 'trunc'
export const defaultRoundingMethod : RoundingMethod = 'trunc'

0 comments on commit f4fbd2d

Please sign in to comment.