API Reference > @next-core/brick-kit > getRuntime
getRuntime() function
获取系统运行时对象。
Signature:
export declare function getRuntime(): Runtime;
Returns:
Runtime
Example
import { getRuntime } from "@next-core/brick-kit";
const flags = getRuntime.getFeatureFlags();