We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9540340 + bc71a10 commit bbfa78fCopy full SHA for bbfa78f
src/index.d.ts
@@ -76,7 +76,7 @@ export class Kernel {
76
static isContextMatch(context: any): boolean;
77
static nativeFunctionArgumentTypes(source: string): IArgumentTypes;
78
static nativeFunctionReturnType(source: string): string;
79
- static destroyContext(context: any);
+ static destroyContext(context: any): void;
80
static features: IKernelFeatures;
81
source: string | object;
82
output: number[];
0 commit comments