TreasureTrails/node_modules/@prisma/get-platform/dist/index.d.ts

6 lines
271 B
TypeScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
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';