mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 00:18:20 +08:00
This change is necessary when compiling with strictNullChecks = true. Null is a valid value in all setMap calls. In most cases, calling xxx.setMap(null) results in xxx being removed from the map.