PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@celo/contractkit/node_modules/fp-ts/es6

Просмотр файла: Bounded.d.ts

/**
 * @file The `Bounded` type class represents totally ordered types that have an upper and lower boundary.
 *
 * Instances should satisfy the following law in addition to the `Ord` laws:
 *
 * - Bounded: `bottom <= a <= top`
 */
import { Ord } from './Ord';
/**
 * @since 2.0.0
 */
export interface Bounded<A> extends Ord<A> {
    readonly top: A;
    readonly bottom: A;
}
/**
 * @since 2.0.0
 */
export declare const boundedNumber: Bounded<number>;

Выполнить команду


Для локальной разработки. Не используйте в интернете!