UNPKG

scheunemann-interfaces

Version:
4 lines (3 loc) 54 B
export interface IEnvelope<T> { item: T | null; }