UNPKG

@rarible/types

Version:

`@rarible/types` is a TypeScript library that provides type definitions and interfaces for the Rarible ecosystem. This package is designed to facilitate seamless integration with Rarible's APIs and services, ensuring type safety and improved developer exp

11 lines (10 loc) 312 B
import { toBigNumberLike } from "./common/big-number.js"; /** * @deprecated will be replaced in 0.11.0. * Please use `import { toBigNumberLike } from "@rarible/types"` */ export const toBigNumber = toBigNumberLike; /** * @deprecated will be removed in 0.11.0 */ export const ZERO_NUMBER = toBigNumber("0");