Skip to content

Commit

Permalink
Add missing return type (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jun 20, 2024
1 parent 8255788 commit 44ca7a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import NodeFunction from "../../../nodes/core/NodeFunction.js";

export default class WGSLNodeFunction extends NodeFunction {
constructor(source: string);
getCode(name?: string);
getCode(name?: string): string;
}

0 comments on commit 44ca7a8

Please sign in to comment.