Skip to content

Commit

Permalink
(fix): near#166 cannot find name 'null' in JSON.Null
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Mar 17, 2021
1 parent ee138a5 commit 13f3460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/JSON.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export class Null extends Value {
return "null";
}

valueOf(): null {
valueOf(): Null | null {
return null;
}
}
Expand Down

0 comments on commit 13f3460

Please sign in to comment.