mypa-google-docs-importer
Version:
Imports Google docs documents and saves them to JSON.
15 lines (12 loc) • 350 B
text/typescript
export * from "./formatRecords";
export * from "./importSheet";
export * from "./types";
export * from "./utils";
export {
/** @deprecated use importSheet instead */
importSheet as importTranslations,
} from "./importSheet";
export {
/** @deprecated use importSheet instead */
formatRecords as formatTranslations,
} from "./formatRecords";