TreasureTrails/node_modules/@prisma/get-platform/dist/index.d.ts
2026-03-18 09:02:21 -05:00

5 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';