UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 244 B
/** * Indicates the method of preallocation. * tag: 591 * @readonly * @enum {string} (char) */ export declare enum PreallocMethod { /** Pro rata */ ProRata = "0", /** Do not pro-rata - discuss first */ DoNotProRata = "1" }