We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{}
undefined
1 parent 68f8012 commit a0aa536Copy full SHA for a0aa536
CHANGELOG.md
@@ -11,6 +11,7 @@ New features:
11
Bugfixes:
12
13
Other improvements:
14
+- Changed `unit`'s FFI representation from `{}` to `undefined` (#267 by @JordanMartinez)
15
16
## [v5.0.1](https://github.com/purescript/purescript-prelude/releases/tag/v5.0.1) - 2021-05-11
17
src/Data/Unit.js
@@ -1,3 +1,3 @@
1
"use strict";
2
3
-exports.unit = {};
+exports.unit = undefined;
0 commit comments