Skip to content

Commit

Permalink
adds additional ampere aliases (#2917)
Browse files Browse the repository at this point in the history
Adds "amps" and "amp" as new alias for "ampere"
  • Loading branch information
veggiesaurus committed Mar 17, 2023
1 parent 33e35d4 commit 5498bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/type/unit/Unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2833,6 +2833,8 @@ export const createUnitClass = /* #__PURE__ */ factory(name, dependencies, ({
joules: 'joule',

amperes: 'ampere',
amps: 'ampere',
amp: 'ampere',
coulombs: 'coulomb',
volts: 'volt',
ohms: 'ohm',
Expand Down

0 comments on commit 5498bee

Please sign in to comment.