Closed
Description
Ported from : https://typescript.codeplex.com/workitem/1085
Some core ambient var
s already do this when the only interface is the static one e.g. JSON
: https://github.com/Microsoft/TypeScript/blob/master/src/lib/core.d.ts#L916-L959
Would be nice to do the name for others like String
, Date
perhaps calling them StringStatic
and DateStatic
. It is need for definitions for quite a few JavaScript libraries.