3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
![]() |
import { Environment } from './types';
|
||
|
export declare function createNodejsEnv(): Environment;
|