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) 150 B
import type { CodecRegistry } from './Registry'; export interface CodecContext { readonly registry: CodecRegistry; readonly path: string[]; }