UNPKG

xcom2charpool

Version:

Library for reading, manipulating, and managing XCOM 2 character pool binary files, supporting both browser and Node.js environments.

4 lines (3 loc) 165 B
import z from 'zod/v4'; import { BytePropertyValue } from './BytePropertyValue'; export declare const ByteSchema: z.ZodCustom<BytePropertyValue, BytePropertyValue>;