bughelp wantedtypescript
Metriche repository
- Star
- (13.832 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Using TypeScript:
import math from 'mathjs';`
// @ts-expect-error
math.Unit.isValidAlpha = () => {
return true;
};
Throws Cannot read property \'Unit\' of undefined.