sheetjs/packages/s/src/index.ts

5 lines
176 B
TypeScript
Raw Normal View History

2019-09-04 06:26:56 +00:00
/*! s.js (C) 2019-present SheetJS -- https://sheetjs.com */
/* vim: set ts=2: */
export { Workbook } from "./s/Workbook";
export { get_XLSX, set_XLSX } from "./s/XLSXWrapper";