UNPKG

@thi.ng/api

Version:

Common, generic types, interfaces & mixins

8 lines 194 B
export interface IEmpty<T> { /** * Returns an empty/blank instance of same type (with possibly same * config, if any). */ empty(): T; } //# sourceMappingURL=empty.d.ts.map