Skip to content

Commit

Permalink
types: type runtime export (resolves #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 1, 2023
1 parent 2685bb6 commit bb86834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtimes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ function _detectRuntime(): RuntimeInfo | undefined {

export const runtimeInfo = _detectRuntime();

export const runtime = runtimeInfo?.name || "";
export const runtime: RuntimeName = runtimeInfo?.name || "";

0 comments on commit bb86834

Please sign in to comment.