josdejong/mathjs

How to access `Unit.isValidAlpha`?

Open

#2,107 建立於 2021年2月15日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (13,832 star) (1,298 fork)batch import
bughelp wantedtypescript

描述

Using TypeScript:

import math from 'mathjs';`

// @ts-expect-error
math.Unit.isValidAlpha = () => {
	return true;
};

Throws Cannot read property \'Unit\' of undefined.

貢獻者指南