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 cb5927b commit 6294b7aCopy full SHA for 6294b7a
__tests__/__snapshots__/nullables.test.ts.snap
@@ -1,8 +1,8 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
exports[`nullables 1`] = `
4
-"import type { Jsonifiable, Jsonify } from 'type-fest';
5
-import type { JsonifiableObject } from 'type-fest/source/jsonifiable.js';
+"import type { Jsonifiable, Jsonify } from "type-fest";
+import type { JsonifiableObject } from "type-fest/source/jsonifiable.js";
6
7
export type MySchemaLolOrNullable = "lol" | "kek" | null;
8
"
0 commit comments