Skip to content

Commit c8f0227

Browse files
committed
missing type annotation
1 parent 3361ec8 commit c8f0227

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
@@ -427,7 +427,7 @@ export class KernelArgument {
427427
constructor(settings: IKernelArgumentSettings);
428428
getSource(value: any): string;
429429
setup(): void;
430-
updateValue(value: any)
430+
updateValue(value: any): void;
431431
}
432432

433433
export interface IKernelArgumentSettings {

0 commit comments

Comments
 (0)