add type
This commit is contained in:
parent
056260ad55
commit
39f6669f94
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue