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 { NamePropertyValue } from './NamePropertyValue'; export declare const NameSchema: z.ZodCustom<NamePropertyValue, NamePropertyValue>;