UNPKG

194 BTypeScriptView Raw
1export interface IEmpty<T> {
2 /**
3 * Returns an empty/blank instance of same type (with possibly same
4 * config, if any).
5 */
6 empty(): T;
7}
8//# sourceMappingURL=empty.d.ts.map
\No newline at end of file