UNPKG

@thi.ng/api

Version:
7 lines 118 B
/** * `id` property declaration. */ export interface IID<T> { readonly id: T; } //# sourceMappingURL=id.d.ts.map