platform.d.ts 82 B

12
  1. import type { Platform } from './types';
  2. export declare const platform: Platform;