@oazmi/kitchensink - v0.10.1
    Preparing search index...

    Variable currentRuntimeIdentificationOrderingConst

    currentRuntimeIdentificationOrdering: RUNTIME[] = ...

    this array declares the ordering in which your runtime environment is tested against, to automatically identify the current runtime.

    modifying this array (or re-ordering it) is useful in situations where you would like to expand support to a new runtime. do note that modifying this array will only affect the output of identifyCurrentRuntime, and nothing else.