UNPKG

next

Version:

The React Framework

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