Files
callstack__agent-device/src/install-source.ts
T
Michał Pierzchała f4f143ced7 fix: restore helper subpath exports (#402)
* fix: restore helper subpath exports

* fix: polish helper subpath typings
2026-04-11 22:16:32 +02:00

14 lines
318 B
TypeScript

export {
ARCHIVE_EXTENSIONS,
isBlockedIpAddress,
isBlockedSourceHostname,
isTrustedInstallSourceUrl,
materializeInstallablePath,
validateDownloadSourceUrl,
} from './platforms/install-source.ts';
export type {
MaterializeInstallSource,
MaterializedInstallable,
} from './platforms/install-source.ts';