Skip to content

Commit 4f3d16c

Browse files
authored
Merge pull request #19 from lmssiehdev/main
fix: remove solution from problem file
2 parents b1f8bef + 1cc77d1 commit 4f3d16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/03.5-type-helpers-pattern/20-type-helpers-pattern.problem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Equal, Expect } from "../helpers/type-utils";
22

3-
type ReturnWhatIPassIn<T> = T;
3+
type ReturnWhatIPassIn = unknown;
44

55
type tests = [
66
Expect<Equal<ReturnWhatIPassIn<1>, 1>>,

0 commit comments

Comments
 (0)