UNPKG

jsfast

Version:

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

3 lines (2 loc) 151 B
import type { FastjsDomList, FastjsDomListAPI } from "./dom-list-types"; export declare function createMethods(list: FastjsDomList): FastjsDomListAPI;