UNPKG

zotero-types

Version:

This package contains type definitions for Zotero (https://www.zotero.org/) plugin.

6 lines (5 loc) 166 B
declare namespace ePubJS { type Book = import("epubjs").Book; type EpubCFI = import("epubjs").EpubCFI; type Section = import("epubjs/types/section").default; }