Skip to content

Commit

Permalink
Revert "(fix): near#166 cannot find name 'null' in JSON.Null"
Browse files Browse the repository at this point in the history
near#166 (comment)

This reverts commit 13f3460.
  • Loading branch information
ashutoshvarma committed Mar 18, 2021
1 parent f0b212c commit df0c319
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 | null {
valueOf(): null {
return null;
}
}
Expand Down

0 comments on commit df0c319

Please sign in to comment.