UNPKG

235 BTypeScriptView Raw
1import type { Arbitrary } from '../check/arbitrary/definition/Arbitrary.js';
2/**
3 * For `value`
4 * @param value - The value to produce
5 * @remarks Since 0.0.1
6 * @public
7 */
8export declare function constant<T>(value: T): Arbitrary<T>;