Skip to content

Commit

Permalink
fix(app-builder-lib): export missing TS types
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Dec 1, 2022
1 parent 1d13001 commit 256b5d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app-builder-lib/src/asar/asar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface NodeIntegrity {
blocks: Array<string>
}

/** @internal */
export class Node {
// we don't use Map because later it will be stringified
files?: { [key: string]: Node }
Expand Down

0 comments on commit 256b5d3

Please sign in to comment.