UNPKG

xcom2charpool

Version:

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

6 lines (5 loc) 161 B
import type { Writer } from '../Writer'; export declare class NoneProperty { static readonly PropertyName = "None"; static to(target: Writer): Writer; }