mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
import { NitroVersion } from '@nitrots/nitro-renderer';
|
|
|
|
export const GetRendererVersion = () => NitroVersion.RENDERER_VERSION;
|