All Downloads are FREE. Search and download functionalities are using the official Maven repository.

core.Expression.Context.ts Maven / Gradle / Ivy

There is a newer version: 7.28.2
Show newest version
import { createExtendedContext } from '../../utils/createExtendedContext'

function mergeFn >(
    parent: T,
    current: T,
): T { return { ...parent, ...current } }

/**
 * React контекст выполнения вычисляемых выражений
 */
export const ExpressionContext = createExtendedContext>({}, mergeFn)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy