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) 138 B
import z from 'zod/v4'; import { ArrayValue } from './ArrayValue'; export declare const ArraySchema: z.ZodCustom<ArrayValue, ArrayValue>;