Skip to content

Commit bc71a10

Browse files
committed
Add missing type annotation
1 parent 9540340 commit bc71a10

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)