bughelp wantedtypescript
Repository metrics
- Stars
- (13,832 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
Using TypeScript:
import math from 'mathjs';`
// @ts-expect-error
math.Unit.isValidAlpha = () => {
return true;
};
Throws Cannot read property \'Unit\' of undefined.