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

@@ -2,6 +2,7 @@
import { PdfFile } from '../wrappers/PdfFile.js';
import { detectEmptyPages } from './common/detectEmptyPages.js';
import { getPages } from './common/getPagesByIndex.js';
import { invertSelection } from './common/pageIndexesUtils.js';
export type RemoveBlankPagesParamsType = {
file: PdfFile;