Skip to content

Commit

Permalink
AsarOptions JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lafkpages committed Oct 17, 2023
1 parent 054a3d1 commit d414d52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/asar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import { BaseEntry, FileEntry, DirectoryEntry } from "./entries";

import type { Entry, FileEntryData, DirectoryEntryData } from "./types/entries";

/**
* Options for initializing an Asar instance
*/
export interface AsarOptions {
storeInitialParseData: boolean;
}
Expand Down

0 comments on commit d414d52

Please sign in to comment.