mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-24 22:17:06 +08:00
* 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.