annotate math namespace

This commit is contained in:
Peli de Halleux 2016-04-06 06:16:59 -07:00
parent 26d78768c0
commit 6c9b609fe0

View File

@ -153,6 +153,9 @@ declare interface Number {
toString(): string;
}
/**
* Numbers and arithmetic operators
*/
declare namespace Math {
/**