From 39f6669f94511c122af3e2b002953e7be61c9f61 Mon Sep 17 00:00:00 2001 From: Holly Date: Thu, 5 Oct 2023 11:15:13 +0100 Subject: [PATCH] add type --- osuTyping.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osuTyping.ts b/osuTyping.ts index 496f0a0..3f83cdf 100644 --- a/osuTyping.ts +++ b/osuTyping.ts @@ -10,7 +10,7 @@ export default abstract class osu { }; static Client = { - Reader: function(data:any) : any { + Reader: function(data:Buffer) { return new nodeOsu.Client.Reader(data); } };