Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eladcon committed May 29, 2024
1 parent 2d299fd commit 36dd190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/helm.extern.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class Node {
readonly setContext: (key: string, value?: any) => void;
/** Return a direct child by id, or undefined.
@returns the child if found, or undefined */
readonly tryFindChild: (id: string) => IConstruct | void;
readonly tryFindChild: (id: string) => (IConstruct) | undefined;
/** Retrieves a value from tree context.
Context is usually initialized at the root, but can be overridden at any point in the tree.
@returns The context value or `undefined` if there is no context value for this key. */
Expand Down

0 comments on commit 36dd190

Please sign in to comment.