Files
DefinitelyTyped/office-js
Michael Zlatkovsky 21c369c857 Update ExcelApi 1.3 and OfficeExtension module (#12677)
* Updated Excel 1.3 APIs and OfficeExtension module
Also organized the file better, to have the new APIs (common OfficeExtension.Runtime, Excel, Word, OneNote) in one block.
Also removed private and meant-to-be-private (underscore-prefixed) members on Excel APIs.

* Removed all "readonly"-s to make the d.ts TS-1.8-compliant

* Fixed implicit-any issue:

office-js/office-js.d.ts(2182,28): error TS7006: Parameter 'resolve' implicitly has an 'any' type.
office-js/office-js.d.ts(2182,37): error TS7006: Parameter 'reject' implicitly has an 'any' type.
2016-11-15 15:30:34 -08:00
..