import { UCursor } from "../entities/cursor";

export const uCursor = <Type extends Record<string, any>>() =>
  new UCursor<Type>();
