Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 444 Bytes

@viper-vortex/shared

This package contains shared types and constants that are used by both the client and the server in the Viper Vortex project.

Installation

To install this package, use the following command:

npm install @viper-vortex/shared

Usage

Import the types and constants from the package and use them in your code. For example:

import { SOCKET_EVENTS, TPS } from '@viper-vortex/shared';