getRuntimeKind
getRuntimeKind allows you to get the kind of the current runtime. It's useful in advanced scenarios, where you need to check the runtime kind before executing certain code paths or where you need to have separate implementations per runtime.
isRNRuntime
Checks if the current runtime is the React Native Runtime.
isUIRuntime
Checks if the current runtime is the UI Runtime.
isWorkerRuntime
Checks if the current runtime is a Worker Runtime.
isWorkletFunction
isWorkletFunction checks if a function is a worklet function. It only works with Worklets Babel plugin enabled. Unless you are doing something with internals of Worklets you shouldn't need to use this function.
isWorkletRuntime
Checks if the current runtime is a Worklet Runtime, either the UI Runtime or a Worker Runtime.