Files
2026-01-23 01:33:35 +01:00

6 lines
271 B
TypeScript

export { type BinaryTarget, binaryTargets } from './binaryTargets';
export type { PlatformInfo } from './getPlatform';
export { getBinaryTargetForCurrentPlatform, getos, getPlatformInfo } from './getPlatform';
export { link } from './link';
export * from './test-utils';