From 97ee2523d145ed3b9b7e1bf5ec93f3e14e7da059 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 6 Jul 2025 06:36:16 +0200 Subject: fix: selfCheckDigit should probably be a function to match the other get functions maybe someone should restructure this later either way i'm providing no api guarantees for now just copy the code into your project if you care about that --- lib.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib.ts b/lib.ts index 12fe6b2..4bbd4c3 100644 --- a/lib.ts +++ b/lib.ts @@ -125,14 +125,14 @@ export default class UICVehicle(json: { -- cgit v1.2.3