Fixed imports for Operators

This commit is contained in:
Saud Fatayerji
2023-11-17 13:15:20 +03:00
parent fa36d5d296
commit b4251b56fe
5 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
import { PdfFile } from '../wrappers/PdfFile.js';
import { getPages } from './common/getPagesByIndex.js';
import { parsePageIndexSpecification } from './common/pageIndexesUtils'
export type ExtractPagesParamsType = {
file: PdfFile;