7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
|
|
/**
|
||
|
|
* Hosted-runtime recovery and target-info helpers.
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './HostedRuntimeRecovery.js';
|
||
|
|
export * from './HostedRuntimeTarget.js';
|