Use import/export instead of references. Use webpack instead of tsc.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class UhkBuffer {
|
||||
export class UhkBuffer {
|
||||
|
||||
private static eepromSize = 32 * 1024;
|
||||
private static maxCompactLength = 0xFFFF;
|
||||
|
||||
Reference in New Issue
Block a user