mirror of
https://github.com/tribufu/tribufu-js
synced 2026-05-06 14:57:26 +00:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
// Copyright (c) Tribufu. All Rights Reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
export enum JavaScriptRuntime {
|
|
Browser,
|
|
Node,
|
|
Other,
|
|
}
|