We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1336b9d commit e405cc8Copy full SHA for e405cc8
bunfig.toml
@@ -0,0 +1,2 @@
1
+[test]
2
+coverage = true
logic.d.ts
@@ -9,11 +9,11 @@ type RenameToIn<T> = {
9
: K]: T[K];
10
};
11
12
+type MAXIMUM_ALLOWED_BOUNDARY = 80;
13
/**
14
* This is a utility type used below for the "if" operation.
15
* Original: https://stackoverflow.com/a/68373774/765987
16
*/
-type MAXIMUM_ALLOWED_BOUNDARY = 80;
17
type Mapped<
18
Tuple extends unknown[],
19
Result extends unknown[] = [],
0 commit comments