UNPKG

tsinsim

Version:

An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.

12 lines (11 loc) 321 B
/// <reference types="node" resolution-mode="require"/> import { Vector3 } from '../../utilities/vector.js'; export declare const PacketUnpack: (vk: { [key: string]: { value: string; type: string; length: number; }; }, buffer: Buffer) => { [key: string]: string | number | Vector3; };