UNPKG

xcom2charpool

Version:

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

11 lines (10 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoneProperty = void 0; class NoneProperty { static to(target) { return target.string(NoneProperty.PropertyName).padding(); } } exports.NoneProperty = NoneProperty; NoneProperty.PropertyName = 'None';