Skip to content

Commit fe9b801

Browse files
Merge pull request #481 from voodoo11/develop
missing type annotation
2 parents 4260a34 + c8f0227 commit fe9b801

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
@@ -459,7 +459,7 @@ export class KernelArgument {
459459
constructor(settings: IKernelArgumentSettings);
460460
getSource(value: any): string;
461461
setup(): void;
462-
updateValue(value: any)
462+
updateValue(value: any): void;
463463
}
464464

465465
export interface IKernelArgumentSettings {

0 commit comments

Comments
 (0)