@chronicstone/typed-xlsx
v2.0.1
Published
Deprecated compatibility package. Moved to xlsmith.
Downloads
6,355
Maintainers
Readme
@chronicstone/typed-xlsx
This package is deprecated and has moved to xlsmith.
Install the new package instead:
npm install xlsmith// before
import { createExcelSchema, createWorkbook } from "@chronicstone/typed-xlsx";
// after
import { createExcelSchema, createWorkbook } from "xlsmith";This compatibility package re-exports xlsmith for one transition release.
