UNPKG

@xmr-core/xmr-mymonero-libs

Version:

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

2 lines 98 B
export declare type Omit<T, K> = Pick<T, Exclude<keyof T, K>>; //# sourceMappingURL=types.d.ts.map