DefinitelyTyped/types/mathjs
Matt Stanton 1464f84256 Fix mathjs Unit interface. (#27351)
* Fix mathjs Unit type definitions.

- Remove Unit class methods from the Unit instance interface.
- Add some missing Unit instance methods referenced in the mathjs docs.

One notable problem this resolves is that mathjs types were not
importable in Node without the DOM library due to the Unit.parse
signature referring to DOMStringList.

* Array -> ReadonlyArray in splitUnit() signature.
2018-07-20 17:42:28 -07:00
..
index.d.ts Fix mathjs Unit interface. (#27351) 2018-07-20 17:42:28 -07:00
mathjs-tests.ts Fix mathjs Unit interface. (#27351) 2018-07-20 17:42:28 -07:00
package.json
tsconfig.json
tslint.json