UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

7 lines (6 loc) 260 B
import { JsonCustomConvert } from 'json2typescript'; import { BigNumber } from 'bignumber.js'; export declare class PercentageConvert implements JsonCustomConvert<BigNumber> { serialize(data: BigNumber): string; deserialize(data: string): any; }