UNPKG

jsfast

Version:

Fastjs(jsfast) is a useful, lightweight JavaScript library for any types of project.

4 lines (3 loc) 225 B
import { ElementList } from "./def"; import type { FastjsDom, FastjsDomAPI } from "./dom-types"; export declare function createMethods<ElementType extends ElementList>(dom: FastjsDom<ElementType>): FastjsDomAPI<ElementType>;