Skip to content

Instantly share code, notes, and snippets.

@krzysiek-b
krzysiek-b / exceljs.d.ts
Last active December 30, 2020 20:05 — forked from Rycochet/exceljs.d.ts
Typescript definitions for ExcelJS
/*
* Type definitions for ExcelJS
* Project: https://github.com/guyonroche/exceljs
* Definitions by: Rycochet https://github.com/Rycochet
*
* This is a WIP
*/
declare namespace ExcelJS {
type Zip = any;