Skip to content

Commit 5455e5e

Browse files
committed
chore: expose TNSLocalPackage
1 parent 453573b commit 5455e5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/app-sync.ts

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { TNSAcquisitionManager } from "./TNSAcquisitionManager";
77
import { TNSLocalPackage } from "./TNSLocalPackage";
88
import { TNSRemotePackage } from "./TNSRemotePackage";
99

10+
export { TNSLocalPackage } from './TNSLocalPackage';
11+
1012
export enum InstallMode {
1113
/**
1214
* The update will be applied to the running application immediately. The application will be reloaded with the new content immediately.

0 commit comments

Comments
 (0)