UNPKG

korimsoft-tyfun

Version:

Korimsoft's TyFun - A library of TypeScript functions, types, helpers, and utilities

4 lines 101 B
export type ObjectWithId<Tid = string> = { id: Tid; }; //# sourceMappingURL=objectWithId.d.ts.map