UNPKG

211 BTypeScriptView Raw
1import { Platform } from '@prisma/get-platform';
2export declare function plusX(file: any): void;
3export declare function fixPlatforms(platforms: Array<Platform | string>, platform: Platform | string): string[];