Files
DefinitelyTyped/types/blessed
Andrew Crites fcc0c74677 Blessed Program class types (#23327)
* blessed: add program export

* blessed: Adding types for Program.

Attempted to include all functions for the Program class. I excluded the psuedo-private functions starting with _.

Most functions write to a writeable stream and call the write() function internally which returns a boolean.

* blessed: Adding types test and program properties
2018-02-01 09:02:55 -08:00
..