refactor: apply eslint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
import { PdfFile } from '../../wrappers/PdfFile.js';
|
||||
import { PdfFile } from "../../wrappers/PdfFile.js";
|
||||
import { getPages } from "./getPagesByIndex";
|
||||
|
||||
export async function splitPagesByIndex(file: PdfFile, splitAfterPageIndexes: number[]): Promise<PdfFile[]> {
|
||||
@@ -22,4 +22,4 @@ export async function splitPagesByIndex(file: PdfFile, splitAfterPageIndexes: nu
|
||||
pagesArray = [];
|
||||
|
||||
return subDocuments;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user