UNPKG

sda

Version:

Software development assistant

3 lines (2 loc) 96 B
import { INamed } from '.'; export default function withId<T>(id: string, obj: T): INamed<T>;