UNPKG

@solarpunkltd/comment-system

Version:

A library for writing and reading comments from the Swarm network.

2 lines 119 B
export type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>; //# sourceMappingURL=util.types.d.ts.map