modified git ignore
This commit is contained in:
10
build/export/packer/local.d.ts
vendored
Normal file
10
build/export/packer/local.d.ts
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
import { File } from "../../file";
|
||||
import { IPacker } from "./packer";
|
||||
export declare class LocalPacker implements IPacker {
|
||||
private stream;
|
||||
private readonly pdfConverter;
|
||||
private readonly packer;
|
||||
constructor(file: File);
|
||||
pack(filePath: string): Promise<void>;
|
||||
packPdf(filePath: string): Promise<void>;
|
||||
}
|
Reference in New Issue
Block a user