UNPKG

@etothepii/satisfactory-file-parser

Version:

A file parser for satisfactory files. Includes save files and blueprint files.

7 lines (6 loc) 180 B
import { Alignment } from "./alignment.enum"; export interface BinaryOperable { alignment: Alignment; getBufferPosition: () => number; getBufferLength: () => number; }