Refactors and adds new mode concept

This commit is contained in:
Rune Harlyk
2024-02-24 01:50:05 +01:00
committed by Rune Harlyk
parent e6296555da
commit 0f676e3543
20 changed files with 244 additions and 177 deletions
-2
View File
@@ -42,5 +42,3 @@ describe('toInt8', () => {
expect(toInt8(2, -1, 1)).toBe(127);
});
});