UNPKG

@benev/nubs

Version:
7 lines (6 loc) 148 B
export type SetWritingFunctions<X> = { add(...items: X[]): void; delete(item: X): void; clear(): void; assign(items: X[]): void; };