Skip to content

Commit

Permalink
chore: Update NULL export.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Feb 5, 2025
1 parent 2a3cf1b commit 5116818
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/util/null.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/**
* Default NULL (missing) value to use.
*/
export default undefined;
const NULL = undefined;

export default NULL;

0 comments on commit 5116818

Please sign in to comment.