UNPKG

@xmr-core/xmr-mymonero-libs

Version:

A collection of utilities for building ontop of a MyMonero compatible API

2 lines (1 loc) 55 B
export type Omit<T, K> = Pick<T, Exclude<keyof T, K>>;