Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
TINY-10394: Restored removed export
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Nov 27, 2023
1 parent fbcf230 commit 32c7913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/ts/api/VersionLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ export const sSetupVersion = <T, U>(version: string, testPlugins: string[], call
}, settings, next, die, initLogs)
);

export const sWithVersion = TinyVersions.sWithVersion;

export const pLoadVersion = (version: string): Promise<void> => new Promise((resolve, reject) => Loader.load(version, resolve, reject));

0 comments on commit 32c7913

Please sign in to comment.