UNPKG

@parcl-finance/product-sdk

Version:

TypeScript SDK for interacting with Parcl's product APIs

5 lines 239 B
import { BN } from "@project-serum/anchor"; import { Decimal } from "decimal.js"; import { Percent } from "../types"; export declare function getPercent(value: BN | Decimal | string | number): Percent; //# sourceMappingURL=percent.d.ts.map