@tempots/dom

Id type

Signature:

export type Id<T> = {} & {
    [P in keyof T]: T[P];
};