mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-29 00:44:32 +00:00
* 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