We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0239ce5 commit b1d4466Copy full SHA for b1d4466
src/pprint_ffi.mjs
@@ -1,5 +1,5 @@
1
-import * as $gleam from './gleam.mjs';
2
-import * as $decoder from './pprint/decoder.mjs';
+import * as $gleam from "./gleam.mjs";
+import * as $decoder from "./pprint/decoder.mjs";
3
4
export function decode_custom_type(value) {
5
if (value instanceof $gleam.CustomType) {
@@ -27,5 +27,5 @@ export function decode_nil(value) {
27
}
28
29
export function from(value) {
30
- return value
31
-}
+ return value;
+}
0 commit comments