From 28377eca1b194fdafa3ce7a35ff057a2405c45e6 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Wed, 31 Jan 2024 22:12:12 -0500 Subject: [PATCH] Support Array Properties --- src/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.ts b/src/common.ts index a79439a..ebd5549 100644 --- a/src/common.ts +++ b/src/common.ts @@ -157,4 +157,4 @@ export class Size { isExact() { return this.#isExact; } -} \ No newline at end of file +}