2 lines
97 B
TypeScript
2 lines
97 B
TypeScript
import { Environment } from './types';
|
|
export declare function createNodejsEnv(): Environment;
|