UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

6 lines (4 loc) 108 B
import { DOC } from "./types"; export default function createMarker() { return DOC.createTextNode(""); }