createBrowserEnv.d.ts 96 B

12
  1. import { Environment } from './types';
  2. export declare function createBrowserEnv(): Environment;