import { createContextEx } from '../contextEx/index.ts'

export const ResolvedDivinerContext = <T>() => createContextEx<T>()
