UNPKG

horojs

Version:

A micro library for a reactive UI application.

4 lines (3 loc) 177 B
import { Unsubscriber, ValueInsertion } from "./insertion"; declare function insertValue(socket: Comment, valueInsertion: ValueInsertion): Unsubscriber; export { insertValue };