Skip to content

Commit bbfa78f

Browse files
Merge pull request #448 from swistak35/develop
Add missing type annotation
2 parents 9540340 + bc71a10 commit bbfa78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class Kernel {
7676
static isContextMatch(context: any): boolean;
7777
static nativeFunctionArgumentTypes(source: string): IArgumentTypes;
7878
static nativeFunctionReturnType(source: string): string;
79-
static destroyContext(context: any);
79+
static destroyContext(context: any): void;
8080
static features: IKernelFeatures;
8181
source: string | object;
8282
output: number[];

0 commit comments

Comments
 (0)