Files
2026-02-20 16:06:40 +09: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';