Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit bb92eec

Browse files
authored
Merge pull request #132 from duplojs/fix/131
fix(131): remove intersection UniqueObjectDroppedValue
2 parents 5dedf05 + 57e10b9 commit bb92eec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/floor.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
declare const unique: unique symbol;
22

3+
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
34
export type UniqueObjectDroppedValue = {
45
[unique]: typeof unique;
5-
} & {};
6+
};
67

78
export type DroppedValue<
89
T extends Record<string, unknown> = Record<string, unknown>,

0 commit comments

Comments
 (0)