UNPKG

240 BTypeScriptView Raw
1import { constant } from './constant';
2/**
3 * For `value`
4 * @param value - The value to produce
5 * @remarks Since 1.8.0
6 * @deprecated Switch to {@link constant} instead
7 * @public
8 */
9export declare const clonedConstant: typeof constant;