Skip to content

Commit 22c9220

Browse files
committed
Update snapshots
1 parent 41176c1 commit 22c9220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-package-compiler/src/snapshots/test_package_compiler__generated_tests__javascript_d_ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type * as _ from "./gleam.d.mts";
2727

2828
export class Woo extends _.CustomType {}
2929
export function Wibble$Woo(): Wibble$;
30-
export function Wibble$isWoo(value: Wibble$): boolean;
30+
export function Wibble$isWoo(value: any): value is Wibble$;
3131

3232
export type Wibble$ = Woo;
3333

test-package-compiler/src/snapshots/test_package_compiler__generated_tests__javascript_import.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import type * as _ from "../gleam.d.mts";
3636

3737
export class A extends _.CustomType {}
3838
export function A$A(): A$;
39-
export function A$isA(value: A$): boolean;
39+
export function A$isA(value: any): value is A$;
4040

4141
export type A$ = A;
4242

0 commit comments

Comments
 (0)