fix test
This commit is contained in:
parent
9cdba1a50e
commit
89b7eac789
3 changed files with 5 additions and 5 deletions
|
|
@ -126,6 +126,8 @@ export const lcm = (...fractions) => {
|
|||
);
|
||||
};
|
||||
|
||||
export const isFraction = (x) => x instanceof Fraction;
|
||||
|
||||
fraction._original = Fraction;
|
||||
|
||||
export default fraction;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue