UNPKG

@benev/nubs

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