createNodejsEnv.d.ts 95 B

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