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

14 lines (13 loc) 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ZERO_NUMBER = exports.toBigNumber = void 0; const big_number_js_1 = require("./common/big-number.js"); /** * @deprecated will be replaced in 0.11.0. * Please use `import { toBigNumberLike } from "@rarible/types"` */ exports.toBigNumber = big_number_js_1.toBigNumberLike; /** * @deprecated will be removed in 0.11.0 */ exports.ZERO_NUMBER = (0, exports.toBigNumber)("0");