// Copyright (c) Tribufu. All Rights Reserved. // SPDX-License-Identifier: MIT export enum JavaScriptRuntime { Browser, Node, Other, }