3 lines
126 B
TypeScript
Executable File
3 lines
126 B
TypeScript
Executable File
import type { ServerRuntime } from '../types';
|
|
export declare function isEdgeRuntime(value?: string): value is ServerRuntime;
|