UNPKG

rasengan

Version:

The modern React Framework

3 lines (2 loc) 138 B
export type RuntimeEnvironment = 'vercel' | 'netlify' | 'local' | 'unknown'; export declare function detectRuntime(): RuntimeEnvironment;