Compare commits

..

4 Commits

Author SHA1 Message Date
Bigjango13
2390ef0247 Add map header 2024-02-01 18:35:55 -05:00
95e24d13fa More Fixes 2024-02-01 14:55:27 -05:00
5730267135 More Checks 2024-02-01 14:31:25 -05:00
059e572256 Support Array Properties 2024-01-31 22:12:12 -05:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import { POINTER_SIZE, toHex, getSizeMultiplierFromArrayData } from './common';
import { POINTER_SIZE, getSizeMultiplierFromArrayData } from './common';
import { getStructure } from './map';
export interface Property {