bughelp wantedtypescript
倉庫指標
- Star
- (13,832 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Using TypeScript:
import math from 'mathjs';`
// @ts-expect-error
math.Unit.isValidAlpha = () => {
return true;
};
Throws Cannot read property \'Unit\' of undefined.