changing javascript to typescript
This commit is contained in:
commit
59e4f8ae40
1 changed files with 1 additions and 1 deletions
2
src/typings/index.d.ts
vendored
2
src/typings/index.d.ts
vendored
|
@ -7,5 +7,5 @@ declare module "cath" {
|
|||
|
||||
public getperk(perk: string): Promise<object>;
|
||||
}
|
||||
export async function random8ball(): Promise<string>;
|
||||
export function random8ball(): Promise<string>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue